Hi!
I am making a request to an API and JSON is coming as follows:SET %httprequest = ##class(%Net.HttpRequest).%New()DO %httprequest.Get(URL)SET %responseBody = %httprequest.HttpR…
…pen the new folder with Visual Studio Code? Open with `code`
3. On VSCode, go to package.json, section contributes, to define new commands, views, editor and other elements create…
…added to the url, just like a GET. You are right. There is actually two ways the program send requests : either by submitting form (which result in fields being added to the body…
There is an example on JSON XDATA.But it only describes Name mapping.
Is it possible to define somehow also a structural mappinge..g an Array of Arrays Structure: without property…
When using %JSONImport it seems to only report a single error, is there a way to report all the errors with out having to do multiple requests?
{
"errors": [
{…
…nity,
I am new to ensemble development, Can anyone share me few basic Concepts which will be helpful for Converting JSON message to other message types like HL7,XML
Thanks,
Joe
Hi.
Is there any function to validate JSON string returning status?
Regards,Matjaž I'm not aware of any $ISJSON() or similar named function but you can easily make your own
Class…
Hi, I'd like to ask if it is possible to use an arbitrary JSON as a DTL source. Can the IRIS DTL editor parse JSON of arbitrary structure and display it as a tree? Take a look at t…
Hi
Is there a way to read JSON and transform it (in DTL) by using a VDOC of this JSON (without transform it to internal message) like I can do with HL7 or XML?
If it possible, I…
Hi Guys,
I'm using the following to display JSON content in an areatextbox, but I would like to change a value in my JSON before displaying it in my areabox?
set txtId.value= jo…
…to ask a question, which has to do with how to manage %GlobalCharacterStream representing JSONS.
Thank you for reading this question, thank you for your help, and thank you for yo…
I have JSON object which contains file references. I need to replace the file reference with base64 encoded file which is up to 10MB.
I tried the following but it did not work as…
…ache Object Script, it was diffucult to parse XML format,
So i decided to convert XML to JSON and parse json easily
So for that i wrote code in java which convert xml to json and…
…ity
I thought i would share a little method I knocked together to traverse and compare 2 JSON objects for basic equivilance. I'm currently working on some data migration, and wa…
…wing a lot of questions posted in the InterSystems community regarding NULL properties in JSON. I've also been reviewing the JSON documentation. None of these things have been able…


