Function noErrorOrNullValues

  • Parameters

    • value: { [key: string]: unknown }

      JSON Object

    • nullableKeys: string[] = []

    Returns boolean

    A boolean which denotes if all values of a JSON Object are neither null nor errorDelimiter string

    Check if a JSON has no null and no error delimiter string