Function parse

  • Function to parse a JSON String. This Function is able to parse Functions as well. Use the Flag withFunctions

    Parameters

    • json: string

      A String containing the json Object

    • withFunctions: boolean = false

      Flag to Turn on / off the parsing of functions

    Returns any

Generated using TypeDoc