Hi All,
For parsing XML in our batch we use the z/OS utility PLISAXC whicht is even based and works perfectly fine with batch files.
We are looking at the options to parse JSON data in sequential files in our PL1 batch programs. We found 2 option : JSON Builtin functions and the z/OS JSON Parser from z/OS client web enablement toolkit.
The builtin function works perfectly when the json text to be parsed is in 1 record i.e each record has one json object.
But we are struggling on how to write the logic when the json text for one object is split over multiple records.
Thanks.
Leo Mathew