Introduction
Getting started
Quickstart
Flogo Web UI
Flogo CLI
Labs
Configuration
Environment variables
Development
Apps
App structure
App Model
Application Configuration Provider
Best practices for app development
Flows
TensorFlow
Getting Started
Inferencing
Accumulate Activity Output for All Iterations
App Audit Events
App Properties
Flow Input/Output Params
Iterator
Mappings
Repeat on True(dowhile)
Retry On Error
Web UI
Activities
Reply
Return
Channel
Counter
Error
Log
No-Op
XML2JSON
AppData
JSExec
Kafka
Mapper
SQL Query
UpdObject
REST
Functionss
Coerce
HTTP
JSON
Number
String
Triggers
CLI
Kafka
TCP/UDP
APP
Channel
LoadTester
REST
Timer
Flogo CLI Tools
flogo
plugins
Cloud Deployments
IoT
FaaS
Flogo and Lambda
Contribute
Contributing to Project Flogo
Building the docs website
Contributing to the Showcase
Glossary
Github repo
Community
Showcase
Star
Fork
The icons on this website are made by
Freepik
from
www.flaticon.com
is licensed by
CC 3.0 BY
Edit this page
>
Development
>
Web UI
>
Functionss
> JSON
path()
Input Args
Output
JSON
JSON Functions
This function package exposes common json functions.
path()
Apply a JSON path to an object.
Input Args
Arg
Type
Description
path
string
The JSON path.
object
any
The object to apply the JSON path to.
Output
Arg
Type
Description
returnType
any
The result of the JSON path.