from_json_to_json 0.2.1
from_json_to_json: ^0.2.1 copied to clipboard
A small set utilities to safely convert JSON to values and back
0.2.1 #
- perf: dateTimeFromIso8601String added check for empty strings
0.2.0 #
Added #
- Type-safe decoding with
jsonDecodeListAs<T>
andjsonDecodeMapAs<K,V>
- More flexible input handling - all decode functions now accept
dynamic
input - Enhanced string decoding with pattern matching in
jsonDecodeString
0.1.0 #
initial version