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
Hi, is there an equivalent to the Java lib Jsoniter.deserialize function:
Anyany = Jsoniter.deserialize(input); // deserialize returns "Any", actual parsing is done lazilyany.get("items", '*', "name", 0); // extract out the first name from all items
The text was updated successfully, but these errors were encountered:
Hi, is there an equivalent to the Java lib
Jsoniter.deserialize
function:The text was updated successfully, but these errors were encountered: