Skip to content
/ json Public

A MontiCore language for defining JSON documents and related tooling. Detailed documentation can be found here: https://github.com/MontiCore/json/blob/master/src/main/grammars/de/monticore/lang/json.md

Notifications You must be signed in to change notification settings

MontiCore/json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON

The MontiCore language JSON defines the parsing and processing infrastructure for JSON artifacts. The language component (and full language) is part of the MontiCore language library.

Please note that JSON (like XML or ASCII) is just a carrier language. The concrete JSON dialect and the question, how to recreate the real objects / data structures, etc., behind the JSON tree structure is beyond this grammar but can be applied to the AST defined here.

Functionality

Parsing JSON artifacts and pretty printing

Further Links

Further Information

About

A MontiCore language for defining JSON documents and related tooling. Detailed documentation can be found here: https://github.com/MontiCore/json/blob/master/src/main/grammars/de/monticore/lang/json.md

Resources

Stars

Watchers

Forks

Languages