In this blog post, I would like to share an alternative way of working with JSON, especially with huge json data. As we all experience, JSON is the most popular standard when it comes to integration, communicating to 3rd party systems. And SAP finally has good libraries to work with json(/ui2/cl_json) . But before that we....
Intro :- Often in REST adapter scenario , we are given with YAML files , where multiple json operations are tagged. In those cases , we need to understand which json /operation to be needed for our scenario and how to create XSD from YAML file provided. Yaml is a multi structure format of JSON....
In this quick blogpost I’ll show you how to read data from a QR code and convert it into variables to use in the app, leveraging the recently acquired by SAP, the low-code no code solution: AppyGyver. SAP AppGyver reads the QR Code as a text. For this exercise, we need to make sure that....
How to print out a nicely formatted JSON string? When working on a POC where I developed a plain REST service where I had to provide a json payload as an output I was struggling with getting my json payload nicely formatted. Searching for a pretty printer for json strings did not delivery any results....