components/flutterstart_core/src/hashing/canonical_json library
Functions
-
canonicalJsonValue(
Object? value) → Object? - Recursively processes an object to create a canonical JSON representation.
-
toCanonicalJson(
Map< String, dynamic> map) → String - Converts a map to a canonical JSON string with recursively sorted keys.