Function asJSON

Parse an attribute as a JSON serialized object with a fallback

0.11.0

  • Type Parameters

    • T extends {}

    Parameters

    • fallback: T

      fallback value

    Returns (value: null | string) => T

    • parser function