Ralf Sternberg

Results 54 comments of Ralf Sternberg

Hi Kristian, I know this kind of utilities from my own practice and I have to say that I try to eliminate them wherever possible as they're contrary to the...

Without discussing pro and contra of such an API, here are some unsorted thoughts about a possible implementation: - I agree with your suggestion to represent JSON numbers as `Number`....

@kristian With the new streaming API to be published in 0.9.5, wouldn't it be a better option to use a custom `JsonHandler` to read JSON into Lists and Maps right...

Thanks for the PR and sorry for letting you wait. I understand that Sonar recommends extracting constants, however, in this case, I don't see much value in this change. It...

The meaning of _SHOULD_ is defined in [RFC 2119](http://tools.ietf.org/html/rfc2119#section-3). The JSON RFC does not forbid, but only discourage duplicate names, therefore minimal-json leaves the decision to the user. If you...

Thanks Wim! It doesn't appear to be in Orbit, but I remember that some Eclipse project used minimal-json in the past, so you should find something in IPZilla. I'm not...

FWIW, the Eclipse Ditto project seems to use the latest version: http://mvnrepository.com/artifact/com.eclipsesource.minimal-json/minimal-json/usages?p=2 Another Google find: https://github.com/eclipse/kura/issues/749 Maybe one of them can help?

Hi Angelo, I see this as a part of #17. I plan on a streaming API that would allow you to hook into the parsing process and get the char...

@angelozerr I know I promised the streaming API for last year already. I still have it on my list for the next release and hope to get to it soon.

@angelozerr Ok, I guess it's time to make a commitment. I have been working on a draft lately and I'm going to reserve the weekend March 12/13 for finishing it....