Do you mean you'd make CobolToJson work with the latest JRecord? That would be great!
Hi Bruce, Thanks you for maintaining this project. I'm trying to write code that converts a copybook to a sample JSON based on your code (speciifcally, Cobol2JsonImpl.java). I managed to do it but I got NullPointerException from cb2xml, couldn't debug since I didn't find sources for the libs you used. Thereore I use newer versions (cb2xml-1.01.1 and JRecord-0.90.2) However, these new versions are significantly different, so I had to change your code. I changed List<? extends IItem> items = cobolSchemaDetails.cobolCopybook.getCobolItems();...