JsonGrinder.jl
is a library that facilitates processing of JSON documents into Mill.jl
structures for machine learning. It provides functionality for JSON schema inference, extraction of JSON documents to a suitable representation for machine learning, and constructing a model operating on this data.
Watch our introductory talk from JuliaCon 2021.
Installation
Run the following in REPL:
] add JsonGrinder
Julia v1.9 or later is required.
Getting started
For the quickest start, see the Mutagenesis example.
- Motivation: a brief introduction and motivation
- Manual: a tutorial about the package
- Examples: a collection of examples
- External tools: examples of integration with other packages
- Public API: extensive API reference
- Citation: preferred citation entries
Mill.jl
: a core dependence of the package