Internally it uses Jayway JsonPath (which is a port of Stefan Goessner's JsonPath)
There are many JsonPath online tests for you to use. My preferred that does realtime updates as you type is http://www.jsonquerytool.com/ Thad +ThadGuidry <https://www.google.com/+ThadGuidry> On Wed, Apr 6, 2016 at 11:33 AM, Hong Li <[email protected]> wrote: > Let's say we have object and array in Json as > > {"company":"xyz", "rate":[0.02, 0.03, 0.04]} > > > With Nifi processor EvaluateJsonPath, we may get the individual values of > the object and array such as > > companyValue = $.company > firstRateValue = $.rate[0] > > > What would you recommend if I need to capture all of the three values of > the rate? > > Thanks. > Hong > > > *Hong Li* > > *Centric Consulting* > > *In Balance* > (888) 781-7567 office > (614) 296-7644 mobile > www.centricconsulting.com | @Centric <https://twitter.com/centric> >
