JsonGrinder.jl logo JsonGrinder.jl logo

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.