Home Reference Source Test
public class | source

JSONUtils

Static Method Summary

Static Public Methods
public static

jsonifyType(key: *, value: *): *

public static

parse(value: *): *

public static

parseType(key: *, value: *): *

public static

stringify(value: *): *

public static

typedObject(type: *, value: *): *

Static Public Methods

public static jsonifyType(key: *, value: *): * source

Params:

NameTypeAttributeDescription
key *
value *

Return:

*

public static parse(value: *): * source

Params:

NameTypeAttributeDescription
value *

Return:

*

public static parseType(key: *, value: *): * source

Params:

NameTypeAttributeDescription
key *
value *

Return:

*

public static stringify(value: *): * source

Params:

NameTypeAttributeDescription
value *

Return:

*

public static typedObject(type: *, value: *): * source

Params:

NameTypeAttributeDescription
type *
value *

Return:

*