json-patch / json-patch-tests

Tests for implementations of json-patch
68 stars 21 forks source link

Test case sensitivity #34

Closed FSMaxB closed 7 years ago

FSMaxB commented 7 years ago

Some libraries (like cJSON that I'm maintaining) made the mistake to treat object keys in a case insensitive way. This tests for case sensitivity in JSON Pointers and objects.

bruth commented 7 years ago

@FSMaxB Thanks!