Skip to content

Releases: BragdonD/jsonpointer-go

jsonpointer-go v1.0.0

07 Mar 08:43
Compare
Choose a tag to compare

Features

  • RFC 6901 Compliance: Full implementation of JSON Pointer as per RFC 6901.
  • Pointer Parsing: Parse JSON Pointers from strings.
  • Value Retrieval: Retrieve values from JSON objects using JSON Pointers.

Known Issues

  • Test Coverage: The library may need more extensive test coverage. Contributions to enhance test coverage are welcome.