Sign inSign up

zx80/jmc

By zx80

Updated 3 days ago

JSON Model Compiler

Image
Languages & frameworks
Developer tools
1

10K+

zx80/jmc repository overview

This image provides JSON Model jmc compiler implementation.

  • JSON Model is a compact and intuitive JSON syntax to describe JSON data structures.
  • The associated compiler allows to generate code (C, JavaScript, Python, PL/PgSQL, Perl, Java) to validate efficiently values against the model.

You can use the following jmc shell wrapper to run the compiler in the current directory:

#! /bin/bash
docker run --name awesome_jmc --user $UID:$GID -v .:/app/workspace --rm -it zx80/jmc "$@"

Tag summary

Content type

Image

Digest

sha256:d95c17659

Size

927.4 MB

Last updated

3 days ago

docker pull zx80/jmc