JsonValue

works.iterative.claude.core.parsing.JsonValue
object JsonValue

Attributes

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

Members list

Value members

Concrete methods

def of(json: Json): Any

A JSON value as plain Scala data: String, Boolean, a narrowed number, List, Map, and None for null.

A JSON value as plain Scala data: String, Boolean, a narrowed number, List, Map, and None for null.

Used wherever the wire carries something this SDK deliberately does not model — a tool's own input schema, a system entry's payload — and the value must survive intact for a consumer to read, without a type for it.

Attributes