json_at 2.1.0 copy "json_at: ^2.1.0" to clipboard
json_at: ^2.1.0 copied to clipboard

Dart implementation of RFC 6901 JSON pointer specification .

example/example.dart

import 'package:json_at/json_at.dart';

void main() {
  const doc = {
    'foo': {'bar': 'baz'}
  };
  final val = jsonAt(doc, '/foo/bar');
  print(val.value);
}
2
likes
130
pub points
44%
popularity

Publisher

verified publishersoftmotions.com

Dart implementation of RFC 6901 JSON pointer specification .

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

quiver, test

More

Packages that depend on json_at