Forum Discussion

perk's avatar
perk
Adept
10 years ago

Getting JSON fields in Freemarker

Hi,   I have code that retrieves a JSON object with the following structure and stores it in a variable named response_getUser:   { "user": { "id": 123 } } However, I am unable to ...