|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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)
datapublic string encode(any arg='')
argremote any jsondecode(string data)
dataremote any jsonencode(any data)
dataremote boolean validate([string doc], [string schema], [string errorVar='jsonSchemaErrors'], [boolean stopOnError='true'], [any _doc], [any _schema], [string _item='root'])
docschemaerrorVarstopOnError_doc_schema_item
|
Mura CMS 6.1 | ||||
| FRAMES | |||||