python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Can I change the timezone for my api from the server where it is stored? Azure API Manager
I am using Azure API Manager with an api whose policy converts xml-to-json (done with a liquid template).
One of the tasks I have is that I need to make sure that the dates in my JSON object are in a ...
Lyderies
Votes: 0
Answers: 1
Convert xml to json with requirement of replacing complex element with special character [
I need to get below output using xslt where results tag denotes array in output.{Ignoring Metadata using xslt}
INPUT
<container_trip><results><__metadata><id>http://hxaix48.hq...
Robert Kerketta
Votes: 0
Answers: 0
How to convert the http get response from html to json format (from kaggle.com)
I tried below code to get a http response from kaggle.com.
Kaggle response is in html format and I wanted to convert it to json format for the ease of further processing.
import requests
import json
...
V.G.T. Gayan
Votes: 0
Answers: 2