REST API | JSON Response | App Engine Studio

sanjay_navada
Tera Contributor

Hi All,

Am new to Service Now Development. Am trying to figure out how to read a JSON response from an external API in App Engine Studio. Any pointers in this direction will be helpful.

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @sanjay_navada 

 

A good artciles

https://www.servicenow.com/community/developer-blog/json-parsing/ba-p/2279166

 

https://www.servicenow.com/community/developer-articles/integratenow-chapter-2-what-you-need-to-know...

 

JSON is purely a string with a specified data format â€” it contains only properties, no methods. JSON requires double quotes to be used around strings and property names. Single quotes are not valid other than surrounding the entire JSON string

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @sanjay_navada 

 

A good artciles

https://www.servicenow.com/community/developer-blog/json-parsing/ba-p/2279166

 

https://www.servicenow.com/community/developer-articles/integratenow-chapter-2-what-you-need-to-know...

 

JSON is purely a string with a specified data format â€” it contains only properties, no methods. JSON requires double quotes to be used around strings and property names. Single quotes are not valid other than surrounding the entire JSON string

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Thank you