Parse Json API response in Json Tool
Confluence User - 13 Sep, 2021
How would I setup the JSON Tool to capture: Puts values ContractSymbol, strike and currency when I receive the below compacted result of my API call??
I have tried with this, but no luck:
{
- "optionChain":{
- "result":[
- {
- "underlyingSymbol":"AAPL",
- "expirationDates":[],
- "strikes":[],
- "hasMiniOptions":false,
- "quote":{},
- "options":[
- {
- "expirationDate":1631836800,
- "hasMiniOptions":false,
- "calls":[],
- "puts":[
- {
- "contractSymbol":"AAPL210917P00027500",
- "strike":27.5,
- "currency":"USD",
- "lastPrice":0.01,
- "change":0,
- "percentChange":0,
- "volume":20,
- "openInterest":2614,
- "bid":0,
- "ask":0.01,
- "contractSize":"REGULAR",
- "expiration":1631836800,
- "lastTradeDate":1631303338,
- "impliedVolatility":4.500004375,
- "inTheMoney":false
- {
- {
- {
- "result":[
json;jsontool
