[
https://issues.apache.org/jira/browse/JOHNZON-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315710#comment-17315710
]
Romain Manni-Bucau commented on JOHNZON-234:
--------------------------------------------
[~reschke] Oh I see, misunderstood because this ticket was really about
JSON-B/I-JSON compatibility.No JSON-P is not I-JSON enforceable since most of
the defaults comply to it. I suspect only the number value compliance can be
missing but it requires validation of BigNumber/BigDecimal/potential out bound
values before using the JSON-P API. A trivial enhancement can be to implement a
JsonXXXDecorator delegating all methods directly except the validable ones,
that said the validation will slow down a lot the runtime for very few actual
cases in practise (it is not a good validation/too restrictive for js/java
interop for example which is the most common one but the same happens with most
languages).
> Support I-JSON compatibility as required by JSON-B
> --------------------------------------------------
>
> Key: JOHNZON-234
> URL: https://issues.apache.org/jira/browse/JOHNZON-234
> Project: Johnzon
> Issue Type: Bug
> Reporter: Romain Manni-Bucau
> Assignee: Romain Manni-Bucau
> Priority: Major
> Fix For: 1.2.0
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)