I have observed that when we try to fetch any information using deep security SDK, unable to parse the data in json format.
For refrence purpose I have tried to get the computer list using below refrence link for api.
I can able to generate output but unable to parse in the json format as below details missing in output.
- Keys should be enclosed in double quotes.
- String values should be enclosed in double quotes.
- Object keys and values should be separated by colons.
- Elements within arrays should be separated by commas.
- boolean value should be small letter without qoutes. ex true
Can you help me if it is possible?
Thank You!