Functions§
- json_
as_ string - More specific String cast of an individual JsonData object.
- json_
data - First json call that takes a JSON formatted string and converts it to
JsonData object that can then be traversed using
json_find
via the key path. - json_
find - Looks for the parent object first and then the ‘child’ object. If the parent object is None then it only looks for the ‘child’ object. The parent object is used for situations where there may be ‘child’ objects with the same name.