You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
`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();`
The text was updated successfully, but these errors were encountered: