Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hello All,
I am trying to read the count of object returned by WRS in ThingWorx/Navigate service. The count information is captured by "@odata.count" key in the WRS response.
Windchill Response:
From ThingWorx service, if I use dot (.) to read json key values. In case of @odata.count, ThingWorx composer is throwing syntax error.
Any idea how to read JSON key values having @ in the key name?
Thanks in advance!
- Shirish
Solved! Go to Solution.
Nevermind, I am able to make it work by adding double quotes ( " ).
- Shirish
Nevermind, I am able to make it work by adding double quotes ( " ).
- Shirish
 
					
				
				
			
		
