Skip to content

Commit 573be75

Browse files
authored
Correct JSON formatting in README.md
Fix formatting issues in the JSON example in README.
1 parent 1eed268 commit 573be75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ var json = """
208208
{"Id":2,"Name":"Bob","Age":25,"City":"Paris","IsActive":true},
209209
{"Id":3,"Name":"Charlie","Age":35,"City":"London","IsActive":false}
210210
]
211-
""
211+
"""
212212

213213
// Filtering
214214
var adults = JsonQueryable<Person>.FromString(json)

0 commit comments

Comments
 (0)