json_repair_flutter library

Functions

repairJson(String jsonStr, {bool skipDecodeAttempt = false, bool logging = false, bool streamStable = false}) → dynamic
Repairs a malformed JSON string.

Typedefs

JSONReturnType = dynamic
A type alias for the possible return types of a JSON parsing operation. It can be a Map, List, or a primitive type.