Theia API Documentation v1.71.0
    Preparing search index...
    • Extracts a string field value from potentially incomplete JSON. Tries JSON.parse first, then falls back to regex extraction for streaming scenarios.

      Parameters

      • json: undefined | string
      • fieldName: string

      Returns undefined | string