Fix/add object error handling
Fix for the CI problmes in https://github.com/guillec/json-patch/pull/9
Coverage remained the same at 100.0% when pulling 010e085e2690fd0131ae8ddc75dece81a4ecb592 on toshiya:fix/add_object_error_handling into d3a33b00d49cc2b62864295085f7c6fc1215fe1f on guillec:master.
@guillec
Now CI passed. Thank you for your reviews.
@guillec
How about this PR?
This PR contains the fix for the following error cases specified in the RFC.
4.1. add When the operation is applied, the target location MUST reference https://tools.ietf.org/html/rfc6902#section-4.1
4.2. remove The target location MUST exist for the operation to be successful. https://tools.ietf.org/html/rfc6902#section-4.2
@toshiya will look at this this week. thanks!