Skip to content

Commit

Permalink
🏗️ refactor: add sample section to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaghadimi committed May 30, 2024
1 parent 90f2d7b commit 8e9cdc7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ JSON is built on two structures:
- 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 most languages, this is realized as an array, vector, list, or sequence.


## Sample

Here is a basic example of a JSON object:

```json
Expand Down

0 comments on commit 8e9cdc7

Please sign in to comment.