Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
Update link
authored
May 19, 2017
by
Rurik Greenall
Show whitespace changes
Inline
Side-by-side
JSON-LD-PATCH.md
View page @
a603fed4
...
...
@@ -458,7 +458,7 @@ To fully remove the original blank node, the following patch would have to be gi
]
```
## ANTLR4 (almost EBNF) for JSON-LD-PATCH
[Full grammar source](
..
/src/grammar.g4)
[Full grammar source](
https://github.com/brinxmat/json-ld-patch/blob/master
/src/grammar.g4)
```
parseJSON : patch EOF ;
...
...