• Given a JSON object representing the current editor state, this function converts it into a list of strings with each element representing a line of content in the editor.

    Returns

    a new list

    Parameters

    • jsonObject: any

      the specified JSON object

    Returns string[]

Generated using TypeDoc