Answers for "how to check if a json is empty"

2

how to check if a json object is empty

obj.length() == 0
is what I would do.
Posted by: Guest on March-03-2021
0

es6 check if the object is empty

Object.entries(objectToCheck).length === 0
Posted by: Guest on November-05-2020

Code answers related to "how to check if a json is empty"

Code answers related to "Javascript"

Browse Popular Code Answers by Language