Skip to content

Commit

Permalink
Update JSON_representation.markdown
Browse files Browse the repository at this point in the history
Fix the invalid JSON structure
  • Loading branch information
AmirrezaNasiri authored and nikic committed Jul 13, 2024
1 parent b917ba7 commit 5973c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/component/JSON_representation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ This will result in the following output (which includes attributes):
"nodeType": "Scalar_String",
"attributes": {
"startLine": 5,
"endLine": 5
"endLine": 5,
"kind": 2,
"rawValue": "\"\\n\""
},
Expand Down

0 comments on commit 5973c30

Please sign in to comment.