Questions tagged as 'json'

1
answer

Problem with quotation marks in JSON

I'm running an application that reads a result in JSON. I recently changed my server and noticed that the application stopped working. After several tests I discovered that my new server put quotation marks on some values, disabling the applicat...
asked by 28.10.2014 / 23:03
1
answer

Error parsing data org.json.JSONException

I'm new to Android and I also do not really understand JSON so I was doing a login tutorial but it gave me a bug and I do not know what to do. I think it's a php error or database since my class register and my class insert query also give the s...
asked by 07.07.2014 / 11:41
1
answer

Best FrameWork for JSON [closed]

I have an android project and I need a framework to exchange information via webservice.     
asked by 06.01.2015 / 02:21
2
answers

How does a Json object return?

I just modified an HTML example with Json but it is of an array type and apparently what I want to use is an object, I believe this is the problem. json contains this information: {"riotschmick": {"id": 585897, "name": "RiotSchmick", "profile...
asked by 02.12.2015 / 18:13
1
answer

JSON Encoding Converter [closed]

Good Afternoon Galley, I have a question, I have a JSON file, which has some unidentifiable characters, is there any way I can set the encoding of it in UFT-8? Well I need to play this JSON in mongo but with the readable characters.     
asked by 07.12.2018 / 20:25
1
answer

Get a Get in webclient by passing json as parameter

I am making the request this way, but I am not having success, someone who has already been through it? private static String vwsApiUrl = "http://vws.veloxtickets.com:82/wscinema.ws/Get_Cinema_Programacao"; String url = "'{\"AUTENTICACAO\":{...
asked by 19.07.2018 / 20:02
1
answer

Application is closing, while consuming webservice

I have a problem in my application, when consuming a web service service in Json, the application is closing. The idea of my application is to consume this web service to validate my email and password, and returning a Json with my user data...
asked by 06.11.2015 / 19:00
2
answers

Convert string into JSON

I have the following object : 1,2,3,4,5,6 I would like to convert it to JSON to retrieve it in php to hold a for loop: {"id":"1"} {"id":"2"} {"id":"3"} {"id":"4"} {"id":"5"} {"id":"6"} I get this value from bootstrap-multiselect ....
asked by 12.05.2017 / 06:26
1
answer

How to get the value of an Odata JSON object and convert it to string?

After accessing WCF, I get the following response: { "odata.metadata": "http://luiz-note64/WcfOper/WcfOperDataService.svc/$metadata#Operacoes&$select=IdOperacao", "value": [ { "IdOperacao": "4234340" }...
asked by 09.10.2015 / 22:27
1
answer

Recover JSON in PHP [closed]

I saw many forums but it still did not work for me HTML <div class="form-group col-xs-12 col-sm-5 col-md-6 col-lg-6"> <label for="banco">Banco</label> <select id="banco" type="number" class="form-control" required...
asked by 26.03.2017 / 05:16