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
Copy file name to clipboardExpand all lines: HelpSource/Classes/JSONlib.schelp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ EMPHASIS::JSON (JavaScript Object Notation) is a lightweight data-interchange fo
37
37
38
38
JSON is a common exchange format in the internet as Browsers provide a JavaScript runtime and JSON is the native exchange format for JavaScript objects.
39
39
This led to wide adaption as it is a fixed standard with a variety of use cases.
40
-
The network communication abilties of SuperCollider are restricted to link::Guides/OSC_communication:: which can only transfer link::Classes/Array:: but no nested objects, but by using a JSON string we can transfer nested key-value pairs (see link::#Transfer nested objects via OSC::).
40
+
The network communication abilties of SuperCollider are restricted to link::Guides/OSC_communication:: which can only transfer link::Classes/Array::s but no nested dictionaries. But by using a JSON string we can transfer nested key-value pairs (see link::#Transfer nested objects via OSC::).
41
41
42
42
For more information consult https://www.json.org/
43
43
@@ -67,7 +67,7 @@ Consider the JSON code::{"number": 42}::
0 commit comments