Function parseWithFunctions

  • Function to parse a JSON String, in which methods should be available.

    Returns

    Parameters

    • json: string

      A String containing the json Object

    • scope: {
          [index: string]: any;
      } = {}

      An Scope to use during parsing.

      • [index: string]: any

    Returns any

Generated using TypeDoc