@yookue/ts-lang-utils
    Preparing search index...

    Function isJsonObject

    • Returns whether the given object is a json object

      Parameters

      • object: any

        the object to check

      Returns boolean

      whether the given object is a json object

      David Hsing

      isJsonObject(undefined);    // false
      isJsonObject({foo: 'bar'}); // true