Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 815 Bytes

File metadata and controls

30 lines (24 loc) · 815 Bytes

json_visualizer examples

Run the gallery app:

cd example
flutter run

Or run a specific example:

flutter run -t lib/pages/basic_usage.dart

Examples

File Description
basic_usage Map & List data
all_value_types string, number, bool, null, nested objects/arrays
primitive_root Root-level primitives (string, number, bool, null)
string_input Raw JSON string auto-decoded
special_characters Quotes, newlines, unicode, escaping
empty_collections Empty {} and []
deep_nesting 10+ levels deep
large_collection 500 items with pagination
custom_theme Dark / Monokai color schemes
custom_layout fontSize, indentWidth, expandDepth
copy_feature Copy node JSON to clipboard