dson_adapter library

Classes

DSON
Convert JSON to Dart Class withless code generate(build_runner)
IParam<T>
Used in "inner" propetier.
IParam represents complex transform, for example: ListParam, SetParam
ListParam<T>
Used in "inner" propetier.
Represent a List with no primitive value;
SetParam<T>
Used in "inner" propetier.
Represent a Set with no primitive value;

Typedefs

ResolverCallback = Object Function(String key, dynamic value)
Function to transform the value of an object based on its key

Exceptions / Errors

DSONException
Exception from DSON
ParamsNotAllowed
Called when params is not allowed