Showing pretty JSON.
More...
You can pretty the JSON in String state
String json = jsonEncode(parsed); String prettyJson = prettyPrintJson(json); print(prettyJson);
Its easy.
unverified uploader
Repository (GitHub)View/report issues
unknown (license)
flutter
Packages that depend on json_pretty
Back