simc / crimson

Fast, efficient and easy-to-use JSON parser and serializer for Dart.
Apache License 2.0
229 stars 6 forks source link

[Question] Using JSON Pointer without serialization #15

Open thipokch opened 1 year ago

thipokch commented 1 year ago

Hi Simon,

I saw that you've implemented Json Pointer(RFC 6901) and I'm just wondering if it's possible to only use the pointer without the serialization?

Thanks!