Hello,
I'm starting now in the javascript world, I would need help to go through the following json structure:
Ineedto,forexample,incrementacounterwhenthe"win" field is set to "true", I need to store the value contained in certain fields as...
I need to mount a JSON , in PHP , to return data to AngularJS, but one of the JSON object's data is coming with the letter "á" with another character. How can I fix this?
NOTE: The name is accented in the BD, because it was inserted...
I would like to know how to store each separate item so that I can then use it in a sharedpreferences .
There is this class in my program ....
public class Tab {
private String UC;
private String Instalacao;
private Stri...
I want to create an API with Delphi that generates data in Json to be able to consume using Ionic Framework, is it possible?
Json consumption with Ionic, but my API today is C # as of this tutorial , I want to know if I can do the same with Del...
I'm trying to produce a script that when I query in mysql it returns an array, so far ok, but the goal is to have this query turn an edited json.
Example:
{"changelog":{"count":2,"news":{"ola":"testando1","ola2":"testando2"}}}
And in C # I m...
I am using C# / EF / Angular , in my backend I have the following method, which waits for 02 parameters:
public dynamic save(Entidades.CheckList json, Entidades.CheckList json1)
{
master = new ClassMaster();
Entida...
I'm trying to create a JSON, but I'm not getting it, look at my code below:
$sqlCelula = "SELECT * from tbl_CELULAS WHERE COD_IDENT_IGREJ = 'igj";
$celulaVars = array();
$celulaVars[':igj'] = $suc->getCOD_IDENT_IGREJ();
$celulas = $conexa...
I'm studying Json and the Jquery change event.
What I need is the following
When the user opens the page already has results. (no select all checked)
The html comes empty and only works when I change the select to some city.
var ci...
I have a code that generates a Json file in this format:
[
{
"$id": "1",
"poule": 73,
"idusuario": 4,
"vendedor": "ITAMAR SOUZA",
"total": 50.00,
"datajogo": "2016-01-19T00:00:00",
"terminal": "(11)985590116",...