Results 4 comments of beclever

resove Issue https://github.com/ralfstx/minimal-json/issues/117

Since JsonNumber class's access right is the same package, even Json is a non-final class, I can't solve this problem.

Since `JsonWriter `class's access right is the same package, I can't extends it, then I can't create my writer extends `WriteConfig`, and the JsonArray.toString() or the JsonObject.toString() need the WriteConfig...

is it possible to make some key/common classes'access right to make them more extensible and configurable