Skip to content

Commit 062fcdd

Browse files
BurdetteLamarbyroot
authored andcommitted
Improve class JSON intro
1 parent 1b276c8 commit 062fcdd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/json.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
#
77
# \JSON is a lightweight data-interchange format.
88
#
9+
# \JSON is easy for us humans to read and write,
10+
# and equally simple for machines to read (parse) and write (generate).
11+
#
12+
# \JSON is language-independent, making it an ideal interchange format
13+
# for applications in differing programming languages
14+
# and on differing operating systems.
15+
#
16+
# == \JSON Values
17+
#
918
# A \JSON value is one of the following:
1019
# - Double-quoted text: <tt>"foo"</tt>.
1120
# - Number: +1+, +1.0+, +2.0e2+.

0 commit comments

Comments
 (0)