common/utils/json_serialize/helpers library

Enums

ListType

Constants

PRIMITIVE_TYPES → const Map<String, bool>

Functions

camelCase(String text) → String
camelCaseFirstLower(String text) → String
decodeJSON(String rawJson) → dynamic
fixFieldName(String name, {TypeDefinition? typeDef, bool privateField = false}) → String
getTypeName(dynamic obj) → String
isASTLiteralDouble(Node? astNode) → bool
isPrimitiveType(String? typeName) → bool
mergeableListType(List list) → MergeableListType
mergeObj(Map obj, Map other, String path) → WithWarning<Map>
mergeObjectList(List list, String path, [int idx = -1]) → WithWarning<Map>