|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.json
public class json
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
remote any |
decode(string data)
Converts data frm JSON to CF format |
string |
encode(any arg='')
|
remote any |
jsondecode(string data)
Converts data frm JSON to CF format |
remote any |
jsonencode(any data)
Converts data frm JSON to CF format |
remote boolean |
validate([string doc], [string schema], [string errorVar='jsonSchemaErrors'], [boolean stopOnError='true'], [any _doc], [any _schema], [string _item='root'])
I validate a JSON document against a JSON schema |
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
remote any decode(string data)
data
public string encode(any arg='')
arg
remote any jsondecode(string data)
data
remote any jsonencode(any data)
data
remote boolean validate([string doc], [string schema], [string errorVar='jsonSchemaErrors'], [boolean stopOnError='true'], [any _doc], [any _schema], [string _item='root'])
doc
schema
errorVar
stopOnError
_doc
_schema
_item
|
Mura CMS 6.1 | ||||
FRAMES |