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,
For non-nested json string.....just Key=Value type...
After json unmarshel input string, how can I get the properties of json object?
My means is how to get "keys" from the json object?
Or....How to translate json to hash?
Thx.
The text was updated successfully, but these errors were encountered:
Yes, you are right. In the hash.go source file, you can find all the hash object's functions in CallMethod method. In fact, every object(e.g. array, hash, integer, float, string, etc.) in magpie has CallMethod method.
Hi,
For non-nested json string.....just Key=Value type...
After json unmarshel input string, how can I get the properties of json object?
My means is how to get "keys" from the json object?
Or....How to translate json to hash?
Thx.
The text was updated successfully, but these errors were encountered: