'OPEN "nasapod.json" FOR BINARY AS #1
'OPEN "sentimapi.json" FOR BINARY AS #1
'PRINT GetKey("title", JSON) 'for use with nasapod
'PRINT GetKey("url", JSON) 'for use with nasapod
'PRINT GetKey("explanation", JSON) 'for use with nasapod
'REDIM Polarity(0) AS STRING 'for use with sentimapi
PRINT GetKey
("delivery_line_1", JSON
) 'for use with adddressvalidation PRINT GetKey
("last_line", JSON
) 'for use with addressvalidation PRINT GetKey
("county_name", JSON
) 'for use with addressvalidation
'GetAllKey "polarity", JSON, Polarity() 'for use with sentimapi
'DIM i
'FOR i = 1 TO UBOUND(Polarity) 'for use with sentimapi
' PRINT Polarity(i)
'NEXT
jkey
= MID$(jkey
, 1, LEN(jkey
) - 1) GetKey = ""
GetKey = jkey
x = x + 1
jkey = JSON
jkey
= MID$(jkey
, 1, LEN(jkey
) - 1) ParseKey(x) = jkey