| 23 | * This parser can handle incomplete JSON strings during streaming |
| 24 | */ |
| 25 | export class PartialJSONParser implements JSONParser { |
| 26 | /** |
| 27 | * Parse a potentially incomplete JSON string |
| 28 | * @param jsonString - The JSON string to parse (may be incomplete) |
nothing calls this directly
no outgoing calls
no test coverage detected