Categories:
Complete JSON utility class example
Following my previous post, where I showed a solution for translating JSON to an ABAP data structure, I am just posting an example of a class that will allow you to do both (ABAP to JSON and vice versa).
The code is in this gist: https://gist.github.com/2291540
Again, you too may find it more convenient to put this into a repository class, but a local class is just easier to put into a gist 🙂
Leave a Reply