Plesae provide JSON (decode_json) module for perl programming. Anything you guys verify and approve instead of we download it ?
For a deeper look into our DataScope Select SOAP API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials
Plesae provide JSON (decode_json) module for perl programming. Anything you guys verify and approve instead of we download it ?
Has anyone in this forum any experience with any modules ? If yes, sharing your opinion and experience would be appreciated !
@satish.shioshankar.gaidhane, Thomson Reuters did not test, and does not recommend a particular JSON module for PERL.
One point to keep in mind when choosing a module is that it must preserve the order of elements inside an object, i.e. the order you see in the documentation and tutorials must be respected. If the order is not preserved, requests might fail.
For instance, an extraction request start with
{ "ExtractionRequest": { "@odata.type": ... "ContentFieldNames": ... "IdentifierList": ... "Condition": ... }
The @odata.type field must be first, before the others (ContentFieldNames etc.).