• The JSON object that represents the input contains various meta-information. This function extracts the meta-information and returns it.

    Parameters

    • entry: JsonEntry

      The JSON object to extract the meta-information from

    Returns { content: string; location: SourceRange }

    An object containing the passed entry, the location of the corresponding R-ast element, and the content of the passed entry