KantanAutoJson > Deserialization > Deserialize From Json (String)

Deserialize From Json (String)

Loads Json data into an object, struct, array, set or map.

Inputs

In
Exec

Destination
Wildcard

The variable into which the Json data will be loaded. Can be any object, struct, array, set, or a map with a string/name key.

Json
String

The source Json string.

Outputs

Out
Exec

Data
Wildcard

Convenience pass-through reference to the destination.

Success
Boolean