Skip to content

Commit

Permalink
[json/en] add carriage return to fix broken bullet list
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamLombard committed Aug 16, 2017
1 parent 6e7c5c7 commit 2c83e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions json.html.markdown
Expand Up @@ -11,6 +11,7 @@ contributors:
JSON is an extremely simple data-interchange format. As [json.org](http://json.org) says, it is easy for humans to read and write and for machines to parse and generate.

A piece of JSON must represent either:

* A collection of name/value pairs (`{ }`). In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array.
* An ordered list of values (`[ ]`). In various languages, this is realized as an array, vector, list, or sequence.
an array/list/sequence (`[ ]`) or a dictionary/object/associated array (`{ }`).
Expand Down

0 comments on commit 2c83e5e

Please sign in to comment.