We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b276c8 commit 062fcddCopy full SHA for 062fcdd
1 file changed
lib/json.rb
@@ -6,6 +6,15 @@
6
#
7
# \JSON is a lightweight data-interchange format.
8
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
18
# A \JSON value is one of the following:
19
# - Double-quoted text: <tt>"foo"</tt>.
20
# - Number: +1+, +1.0+, +2.0e2+.
0 commit comments