mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-01-19 08:46:42 +01:00
4338affeb3
When resolving a json pointer and use an empty string as a referenceToken, the value is coerced as an empty object and a temporary empty object is returned from 'asObject()'. Then we used to compare 2 iterators from 2 differents temporary empty objects.