export default function safeJsonParse(text, fallback = null) {
  throw new Error('Not implemented');
}
Run tests to see results.