Материал из Module developer
B.JSONLog
to output the JSON object in the console
Syntax
B.JSONLog (object)
| input | sample | description |
| JSONObject | [JSON Object] | type: Object the JSON object |
| output |
-
Example:
B.JSONLog (JSONObject); // print JSON object in log
