lucee.Component
mura.json
deprecated
| Constructor Summary | |
|---|---|
|
init()
|
|
| Method Summary | |
|---|---|
remote any
|
decode(string data)
Converts data frm JSON to CF format. |
any
|
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 lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
| Method Detail |
|---|
Converts data frm JSON to CF format
dataargConverts data frm JSON to CF format
dataConverts data frm JSON to CF format
dataI validate a JSON document against a JSON schema
docschemaerrorVarstopOnError_doc_schema_item