On 1/13/17, 10:44 AM, "piotrz" <piotrzarzyck...@gmail.com> wrote:
>Once I add above code something additional has been exposed. >JSONItemConverter crashed in function convertItem. > >If data = "" function is adding to one "}". In the results JSON.parse("}") >is taking which cause an error. I think I it should be JSON.parse("{}"); > >I think this fix issue -> https://paste.apache.org/zHum - Let me know what >do you think. Seems reasonable. -Alex