JSON Tool Enhancements
Confluence User - 16 Jun, 2016
Hey,
As I work with JSON APIs and the JSON tool quite a bit, I would like to suggest those features to be added / considered - in order of importance:
- Support for basic http auth / oauth
- this is quite crucial as more APIs are requiring people to authenticate themselves or register an "app" (twitter for example, but also most other tools Joget might be integrated with in a lightweight way)
- Support of more than just 2 levels
- for example: {example[{items[{item{name,..,..}]]}
- this would enable standard mappings like: example.items.item.name
- Access different arrays at the same time (rather than having just one base level)
- Support for unnamed arrays [{..[...]}]
- Document how you can access a particular item of an array.
- for example: example[0].item
Cheers,
Eric
json;api;tools