jsonpath icon indicating copy to clipboard operation
jsonpath copied to clipboard

Empty objects

Open AndreSteenveld opened this issue 6 years ago • 0 comments

Objects created using Object.create( null ) aren't per-se instances of Object, these can be nested inside an existing structure unknown to the enduser causing the query to fail without any clear reason.

This patch removes the restriction that the input object should be an instance of Object.

AndreSteenveld avatar Feb 27 '18 14:02 AndreSteenveld