if (variable === undefined) {
    out = undefined;
  } else {
    if (sortKeys) {
      out = JSON.stringify(objectKeysSort(JSON.parse(JSON.stringify(variable))), null, 2);