-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Root Pointer should replace existing object #7
Comments
@Thihup
Therefore my implementation throws a JsonException. |
Please don't take my word for granted 😉 (We're writing a Servlet container, Piranha, so we have the same issues to pass the Servlet TCK 😂 ) |
Test: https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/jsonp/api/pointertests/PointerAdd.java#L649
It uses a root pointer to replace the existing object with the array.
It is failing because it throws
JsonException: The value must have the same type as the target
The text was updated successfully, but these errors were encountered: