WEB-INF.cftags.componentmura.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 values defined in the key-list. |
private void
|
serializeInput(any input, string hint)
|
Methods inherited from class WEB-INF.cftags.component |
---|
None |
Constructor Detail |
---|
Method Detail |
---|
key
key
key
key
key
key
key
keyList
key
hint
key
I serialize the given input as JavaScript Object Notation (JSON) using the case-sensitive values defined in the key-list.
input
input
hint