loggable_json 1.0.1 copy "loggable_json: ^1.0.1" to clipboard
loggable_json: ^1.0.1 copied to clipboard

print json with colorful output.

example/loggable_json_example.dart

import 'dart:convert';
import 'dart:io';

import 'package:loggable_json/loggable_json.dart';

void main() {
  final contents = File('example/example.json').readAsStringSync();
  print(json.encode(json.decode(contents)['str']));
  LoggableJson().directPrint(contents);
}
0
likes
140
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

print json with colorful output.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor

More

Packages that depend on loggable_json