• Unable to generate JSON-Strings with lsJSONWriter

    By Sven M Droege 1 year ago

    I love your implementation. It is so much faster than the classic ls.snapps.JSON*-libraries!
    Many thanks for your work.

    As I was done with the reading parts of my business tool, I tried to use the writing engine to generate valid JSON out of my data, but failed.

    Even the example agent “test JSONobject” does not work.
    It seems to me, the class “JSONValueWriter” is prepared, but not used in “JSONWriter”:

    Could you please fix this issue so that I can complete the JSON generation for my tool?