Class DataNavigate
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.conversion.DataNavigate
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, runtime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Constructs a fluent data navigator based on different types of data.Methods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
DataNavigate
public DataNavigate()Constructor
-
-
Method Details
-
_invoke
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
-