codenautas/json4all

View on GitHub

Showing 27 of 27 total issues

Avoid too many return statements within this function.
Open

            return undefined;
Severity: Major
Found in json4all.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return json4all.getPlainObject(payload, CHANNEL.array.separator, [], null);
    Severity: Major
    Found in json4all.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return JSON.parse(text, json4all.reviver);
      Severity: Major
      Found in json4all.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

            return json4all.mesureString(JSON.stringify(value, json4all.replacer));
        Severity: Major
        Found in json4all.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                  return json4all.convertPlain2$special(parsed);
          Severity: Major
          Found in json4all.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                if (okDetected) return valueOk;
            Severity: Major
            Found in json4all.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                      return json4all.getPlainObject(payload, CHANNEL.object.separator, {}, ':');
              Severity: Major
              Found in json4all.js - About 30 mins to fix
                Severity
                Category
                Status
                Source
                Language