JSONC is one attempt, of many, to improve JSON. Other formats that try to do something similar include YAML and JSON5. Each ...
The I/I/flutter prefix is added by Flutter's logging system when using print(). Using dart: developer's log() function provides better control over output formatting and would solve this issue ...