users@jsonb-spec.java.net

[jsonb-spec users] [jsr367-experts] Re: Re: Re: [1-RuntimeAPI] Proposal

From: Przemyslaw Bielicki <pbielicki_at_gmail.com>
Date: Tue, 10 Feb 2015 15:54:56 +0100

Hi,

nothing special from me this time.

The API looks verbose (it's the Java thing ;) but I would not trade builder
to new Jsonb(). Examples are clear.

Not sure whether JsonbConfig should be an interface instead of a class.
Minor thing but IMO API should consist only interfaces & exception classes.

One small comment on style: public (as well as any other) modifier is
useless in interfaces and should be removed.

Cheers,
Przemyslaw