JSONDocument « JSON Constants Operator
This operator loads the JSON constants on the right side of the JSONDocument object on the left side.
Example of use
var j = new JSONDocument();
j << json <<-
{
"data": [
{
"title": "レコード1",
"item1": "アイテム1",
"item2": "アイテム1",
"item3": "アイテム1"
}
]
}
->>;