jsonbrobot

Results 36 comments of jsonbrobot

@cyberphone Commented Oops! I just found a (_for the mentioned application only_) breaking issue: **4.2 Customizing Property Order** _To customize the order of serialized properties only for one specific type,...

@cyberphone Commented After chatting with @rmannibucau on IRC it became clear that changing default serialization of numbers to match ES6 is unrealistic since there are systems out there relying on...

* **Issue Imported From:** https://github.com/javaee/jsonb-spec/issues/70 * **Original Issue Raised By:**@m0mus * **Original Issue Assigned To:** Unassigned

* **Issue Imported From:** https://github.com/javaee/jsonb-spec/issues/78 * **Original Issue Raised By:**@struberg * **Original Issue Assigned To:** Unassigned

@bravehorsie Commented For class properties sorting can be done during initialization / class scanning. Sorting collections in runtime will impact performance significantly if done by default. Collections has their sorting...

@rmannibucau Commented I think the idea is more the following: 1. if the map is sorted -> respect the map ordering 2. if the map is not sorted -> use...