JAson
JAson copied to clipboard
can you add this functions
`JAval j1; j1.Add(1);
j1["a"] = 1;
j1["b"] = 2;`
`j1.Del("a"); or j1["a"].Del();
j1.Pop();
j1.shift();
j1.sort();
j1.rsort();`
Now I do not support this library, because I work in other projects (python, js). May be PR or someone in forks will realize these functions. Sometimes I will check forks
I just forked the project and create a method "ObjJaval.Remove()" Not testing at all but solving my issue with this LIB at the moment. Thanks for this contribution @vivazzi
CJAVal ObjJaval; ObjJaval.add("A1") ObjJaval["A1"]["b"] = 2
ObjJaval["A1"].Remove("b"); ObjJaval.Remove("A1");
https://github.com/brenoperucchi/JAson