JsonGrinder.jl

Towards more automatic processing of structured data
Author CTUAvastLab
Popularity
20 Stars
Updated Last
2 Years Ago
Started In
August 2018

JsonGrinder.jl logo


License Docs Docs Build Status Coverage Status codecov.io

JsonGrinder is a collection of routines that facilitates conversion of JSON documents into structures used by Mill.jl project.

It provides schema estimation from data, extraction of various data types to numeric representation with reasonable defaults, and suggestion of NN model structure based on data. For more details, see the documentation.

Installation

Run the following in REPL:

] add JsonGrinder

Citation

For citing, please use the following entry:

@misc{JsonGrinder2019,
    author = {Tomáš Pevný and Matěj Račinský},
    title = {{JsonGrinder.jl}},
    year = 2019,
    howpublished = "\url{https://github.com/CTUAvastLab/JsonGrinder.jl}"
}