This release brings the first parser to Certus, certus.parsers.parse_json(), which is capable of aligning token-level log-probabilities to the elements and structures of generic JSON data. There are also two specialised node types for JSON data, certus.nodes.struct.Object and certus.nodes.struct.Array, which mirror Python dictionaries and lists, respectively.
See the README for an example! 🚀
What's Changed
- 0.0.2 by @daffidwilde in #6
Full Changelog: 0.0.1...0.0.2