Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 338 Bytes

File metadata and controls

25 lines (19 loc) · 338 Bytes
layout language permalink command io
api-command
Java
api/java/json/
json
r
value

Command syntax

{% apibody %} r.json(json_string) → value {% endapibody %}

Description

Parse a JSON string on the server.

Example: Send an array to the server.

r.json("[1,2,3]").run(conn);