Posts by Miguel Lino • 73 points
3 posts
-
4
votes1
answer91
viewsQ: Error reading Jsonobject inside an array
I have the following JSON: { "setor":6, "tipo":"S", "filial":1, "peso":0, "doca":1, "operacao":1, "usuario":1, "empresa":1, "movimento":23, "local":4, "ativos":[ "{\"ativo\":1,\"quantidade\":25}",…
-
3
votes3
answers504
viewsQ: JSON validation with more than one object
I need to send a JSON from a String. When reading a series as below, it works perfectly: json = {"resultado":" resultado 111","peso":98,"sinal":"-44","nome":"divergencia ativos","quantidade":12} But…
-
0
votes0
answers54
viewsQ: Include one more condition to run Script
$outracondicao = 'S'; $script = new TElement('script'); $script->type = 'text/javascript'; $script->add("$(document).ready(function(){ window.setTimeout(function(){ var results = new…