ijson icon indicating copy to clipboard operation
ijson copied to clipboard

IValue::into_object cannot be successfully called on an object

Open kjschiroo opened this issue 2 years ago • 0 comments

It looks like there is currently a typo in IValue::into_object that causes the IValue to check if it is a number rather than an object before attempting to return itself as an object. This prevents the function from returning successfully when it should be able to.

kjschiroo avatar Dec 14 '22 05:12 kjschiroo