Skip to content

rohanjulka19/JSONParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Grammar -

S -> {A} | {} A -> C:BE B -> C|{A}|[BF] C -> "v" | v F -> ,B | @ E -> ,A | @

Tokens - '[' ',' ']' '{' '}' '"' ':' char int

'{"a":"b"}'

Dictionary -> {KeyValue} | {} json -> {A A -> KeyValue} | } KeyValue -> Key:ValueNextExpr Key -> "char" | int Value -> Const | {Const:ValueNextKeyValue} | [ValueNextValue] NextValue -> ,Value | e NextKeyValue -> ,NextKeyValue | e

KeyValue -> {}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published