Michele Vivoda

Results 5 issues of Michele Vivoda

Looks like is working, can change ':' with dot '.'. For me is useful to integrate with java locales At line 766 don't know syntax to include separator dynamically in...

enhancement
high importance
i18n/l10n

Table `purchase_orders` has `created_by` column that "points to an employee" declaring constraint `fk_purchase_orders_employees1` I have the suspect that also `approved_by` and `submitted_by` should have a similar constraint. Thanks !

The following invalid Json numbers are parsed as numbers by Boon: `034` parsed as `34`, instead is invalid JSON, some other implementations parse it as an octal `28` that is...

https://github.com/stleary/JSON-java/blob/master/src/test/java/org/json/junit/JSONObjectLocaleTest.java This test changes the default JVM locale and doesn’t restore it. Since Maven runs tests in the same JVM unless forking is enabled, this can influence other tests. Yesterday...

Active discussion

Hi, I have 4 of 5 tests for parsing invalid Json that fail, for the one that passes there is a similar test in [me.doubledutch.lazyjson.BadJSONDataTest]: testParseInvalid_Object_multipleRootCommaSeparated() PARSE: {"a1":1},{"a2":2} NullPointerException testParseInvalid_Object_multipleRoot()...