You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loom provides the [JSON][loom-json] class, which provides strongly typed access to values, requiring separate accessors for every data type, and two families of these accessors for retrieving from Objects or Arrays. There are 18 basic accessors, and 2 methods for determining type.
52
16
@@ -132,14 +96,55 @@ No extra whitespace:
132
96
133
97
see an example of using Json here:
134
98
135
-
*[JsonDemo.build][JsonDemo.build]
136
-
*[JsonDemo.ls][JsonDemo.ls]
99
+
*[JsonDemoCLI.build][JsonDemoCLI.build]
100
+
*[JsonDemoCLI.ls][JsonDemoCLI.ls]
137
101
138
102
you can compile and run the demo from the command line:
139
103
140
-
$ rake demo:gui
104
+
$ rake cli
105
+
106
+
107
+
## installation
108
+
109
+
Download the library into its matching sdk folder:
0 commit comments