Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.52 KB

File metadata and controls

37 lines (25 loc) · 1.52 KB

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