Skip to content

Commit bbf754f

Browse files
authored
improved grammar (#4517)
Changed comma to parentheses to make it clear that what previously followed the comma is a side-note, not a separate statement with equal weight Changed "includes" to "also applies to" to remove grammatical ambiguity which allowed for the following interpretation: "strings can contain object properties"
1 parent dde602e commit bbf754f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/knowledge/javascript-conventions/what-is-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ There are a few rules to remember when dealing with data in JSON
6565
format. There are several gotchas that can produce invalid JSON as well.
6666

6767
* Empty objects and arrays are okay
68-
* Strings can contain any unicode character, this includes object properties
68+
* Strings can contain any unicode character (this also applies to object properties)
6969
* `null` is a valid JSON value on it's own
7070
* All object properties should always be double quoted
7171
* Object property values must be one of the following: String, Number, Boolean, Object, Array, null

0 commit comments

Comments
 (0)