gjson icon indicating copy to clipboard operation
gjson copied to clipboard

Update Exists method to check for array type

Open SriHemnath opened this issue 2 years ago • 0 comments

Exists method of Result type returns true if it is of array type. Empty square brackets are considered as values and it returns true. A simple check is introduced to return false if result is of array type and is empty

SriHemnath avatar May 21 '22 15:05 SriHemnath