deep_pick library

Classes

Pick
A picked object holding the value (may be null) and giving access to useful parsing functions
RequiredPick
A picked object holding the value (never null) and giving access to useful parsing functions

Enums

PickDateFormat
The format of the to-be-parsed String that will be converted to DateTime

Functions

pick(dynamic json, [Object? arg0, Object? arg1, Object? arg2, Object? arg3, Object? arg4, Object? arg5, Object? arg6, Object? arg7, Object? arg8, Object? arg9]) Pick
Picks the value of a json-like dart data structure consisting of Maps, Lists and objects at location arg0, arg1 ... arg9
pickDeep(dynamic json, List<Object> selector) Pick
Picks the value of json by traversing the object along the values in selector one by one
pickFromJson(String json, [Object? arg0, Object? arg1, Object? arg2, Object? arg3, Object? arg4, Object? arg5, Object? arg6, Object? arg7, Object? arg8, Object? arg9]) Pick
Picks a values from a json String at location arg0, arg1...

Exceptions / Errors

PickException