Class JSONDeserialize
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.conversion.JSONDeserialize
@BoxBIF
@BoxMember(type=STRING_STRICT) @BoxMember(type=STRING) @BoxMember(type=STRING_STRICT,name="fromJSON") @BoxMember(type=STRING,name="fromJSON")
public class JSONDeserialize
extends BIF
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, logger, moduleService, runtime, schedulerService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Converts a JSON (JavaScript Object Notation) string data representation into data, such as a structure or array.Methods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
JSONDeserialize
public JSONDeserialize()Constructor
-
-
Method Details
-
_invoke
Converts a JSON (JavaScript Object Notation) string data representation into data, such as a structure or array.
-