Hi Mark, don't think it is in the spec - didnt see it at least - but shouldn't be reusable IMO (you could only reuse the exact same value which would lead to use the same JsonObject and not builder). Not being reusable at least allows to make that obvious and avoid the ambiguity to override a value which wouldnt work anyway
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2017-02-21 10:43 GMT+01:00 Mark Struberg <[email protected]>: > Hi folks! > > Anybody knows if calling build() on a JsonObjectBuilder should reset the > builder as per the spec? > Or asked in other words: are JsonObjectBuilder instances meant to be > reusable? > > txs and LieGrue, > strub
