JsonParser

works.iterative.claude.direct.internal.parsing.JsonParser
object JsonParser

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JsonParser.type

Members list

Value members

Concrete methods

def parseJsonLineWithContext(line: String, lineNumber: Int): Either[JsonParsingError, Option[Message]]

Parse JSON line with context, returning Either for error handling without IO effects

Parse JSON line with context, returning Either for error handling without IO effects

Attributes

def parseJsonLineWithContextWithLogging(line: String, lineNumber: Int)(using logger: Logger): Either[JsonParsingError, Option[Message]]

Parse JSON line with context and logging, returning Either for error handling without IO effects

Parse JSON line with context and logging, returning Either for error handling without IO effects

Attributes