json_at library

Functions

jsonAt(dynamic obj, String pointer) → Optional
Gets obj sub-property value located by RFC 6901 JSON pointer. If type of obj is string it will be parsed to JSON object used for search. Returns Optional value holder.