Class DataNavigate

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.conversion.DataNavigate

@BoxBIF public class DataNavigate extends BIF
  • Constructor Details

    • DataNavigate

      public DataNavigate()
      Constructor
  • Method Details

    • _invoke

      public DataNavigator.Navigator _invoke(IBoxContext context, ArgumentsScope arguments)
      Constructs a fluent data navigator based on different types of data.

      Available Input Types:

      • String: A JSON string
      • File Path: A path to a JSON file as a string
      • File Path: A path to a JSON file as a Java Path
      • Struct: A structure
      • Map: A Java map
      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.