lucee.Component
mura.jsonSerializer
This provides a way to serialize complext ColdFusion data values as case-sensitive JavaScript Object Notation (JSON) strings.
| Constructor Summary | |
|---|---|
|
init()
|
|
| Method Summary | |
|---|---|
any
|
asAny(string key)
|
any
|
asBoolean(string key)
|
any
|
asDate(string key)
|
any
|
asFloat(string key)
|
any
|
asInteger(string key)
|
any
|
asString(string key)
|
any
|
asUTCDate(string key)
|
private any
|
defineKey(struct keyList, string key, string hint)
|
any
|
exclude(string key)
|
string
|
serialize(any input)
I serialize the given input as JavaScript Object Notation (JSON) using the case-sensitive. |
private void
|
serializeInput(any input, string hint)
|
| Methods inherited from class lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
| Method Detail |
|---|
keykeykeykeykeykeykeykeyListkeyhintkeyI serialize the given input as JavaScript Object Notation (JSON) using the case-sensitive values defined in the key-list.
inputinputhint