jungm commented on code in PR #100:
URL: https://github.com/apache/johnzon/pull/100#discussion_r1170117411
##########
src/site/markdown/index.md:
##########
@@ -497,57 +497,6 @@ in `MessageDecoder`.
}
-
-### JSON-B Extra
Review Comment:
don't know if migrating from jsonb-extras to jsonb3 will even be something
users want to do - generated JSON format is different (`{"_type": "bla",
"_value": {"someValue": 1}}` vs `{"_type": "bla", "someValue": 1}`)
Don't really want to add support for this format in jsonb module directly.
It's out of spec and jsonb-extras was portable and is probably used on top of
other jsonb impls
Maybe jsonb-extras shouldn't actually be deleted? It was pretty leightweight
anyways
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]