ll.JsonValueType

ll.JsonValueType (JSON: string, Specifiers: list) -> string

Returns the type constant (JSON_*) for the value in JSON indicated by Specifiers.

Example

ll.JsonValueType('test', {})
Raw function spec json
{
  "def": "func",
  "desc": "Returns the type constant (JSON_*) for the value in JSON indicated by Specifiers.",
  "energy": 10,
  "sleep": 0,
  "must_use": true,
  "link": "https://wiki.secondlife.com/wiki/LlJsonValueType",
  "private": false,
  "takesSelf": false,
  "name": "JsonValueType",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "string"
            }
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "JSON",
          "desc": "",
          "type": [
            {
              "def": "simple",
              "value": "string"
            }
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "Specifiers",
          "desc": "",
          "type": [
            {
              "def": "simple",
              "value": "list"
            }
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll