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
  • Constructor Details

    • JSONDeserialize

      public JSONDeserialize()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Converts a JSON (JavaScript Object Notation) string data representation into data, such as a structure or array.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The data representation of the JSON string.