Questions tagged as 'json'

1
answer

URL encoded% 7B% 7B $ -% 7D% 7D /% 7B% 7B $ -% 7D% 7D

I have a route that sends all data well to the controller, but when the data arrives at the URL the data becomes symbols. I understand that %7B%7B$ dato %7D%7D is the same as {{$dato}} Does anyone know how to avoid this? p...
asked by 21.07.2017 / 02:29
2
answers

I can not pass variable form by json but others if they spread, help please

Hi, thank you very much first of all, I can not send a variable name to a php script per post to insert it in the database, but the other variable of the form if it propagates, I do not see where I can anymore be doing things wrong. Achieveme...
asked by 19.05.2017 / 09:03
1
answer

JSON + Python 'utf8' codec can not decode byte 0xba in position 7:

Dear I want to save information in a json file but it tells me this error: Traceback (most recent call last): File "interbasecom.py", line 271, in <module> classPresupuesto.getPresupuestos() File "interbasecom.py", line 268, in g...
asked by 26.07.2017 / 14:42
1
answer

How to convert a MySQL query to JSON in C #

I would like to know how to convert the result of a MySQL query to JSON in C # I do not have much knowledge in the following, but I would like the result of the query to be saved in JSON. public class WebService1 : System.Web.Services.WebSe...
asked by 23.05.2017 / 01:09
1
answer

Error with data_mapper and json gems

Gem :: Conflict Error: Unable to activate dm-serializer-1.2.2, because json-2.0.2 conflicts with json (~ > 1.6) gem list --local *** LOCAL GEMS *** actioncable (5.1.0) actionmailer (5.1.0) actionpack (5.1.0) actionview (5.1.0) activejob...
asked by 23.05.2017 / 02:28
1
answer

How to validate the data of a json to deserealizar?

I have a function that receives a string, the string is a json, In which I need to validate the data of the json that send me to the function, this is my json, there is an array called eye products. {"comprobante_tipo":1,"comprobante_emisio...
asked by 10.05.2017 / 19:52
3
answers

Bring checkeado from dynamic radio button database?

I have this radio button that fills up from the database dianamically, In what way could your database be checked from the database for editing? , I would be served either in jquery or php greetings thank you! <div class="inline-group"&g...
asked by 28.03.2017 / 04:03
2
answers

Help JSON encode PHP

Hello I have something like this from a json_encode () in PHP ["texto1.","texto2","texto3"] and I want to get something like this "cast": [ { "name": "texto1" }, { "name": "texto2" }, { "name": "t...
asked by 19.03.2017 / 18:41
3
answers

Convert JSON containing backslash using C #

I tell you that I am consuming a REST service from a third party, when I make the call this returns me a json, the problem is that the json comes in the following way: (Here is a fragment of the JSON) "GetBookingResult": "{\"reserva\":{\"fecha...
asked by 23.02.2017 / 00:25
1
answer

ERROR 403 when uploading my page to my web server

Hello everyone, I have a 403 error (Forbidden), which occurs when I make a request via jquery (ajax) to a php. The funny thing is that I miss this error when I try to save a css tag on the server (background-image: url ('')). and it does not hap...
asked by 14.02.2017 / 22:35