Skip to content

jsonpointer-go v1.0.0

Latest
Compare
Choose a tag to compare
@BragdonD BragdonD released this 07 Mar 08:43
· 7 commits to main since this release

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.