Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::JsonCursor Struct Reference

Lightweight cursor into a JSON string. More...

Public Attributes

const std::string & data
 Source string.
 
size_t pos = 0
 Current position.
 

Detailed Description

Lightweight cursor into a JSON string.

Definition at line 106 of file compactor_registry.cpp.

Member Data Documentation

◆ data

const std::string& entropic::JsonCursor::data

Source string.

Definition at line 107 of file compactor_registry.cpp.

◆ pos

size_t entropic::JsonCursor::pos = 0

Current position.

Definition at line 108 of file compactor_registry.cpp.


The documentation for this struct was generated from the following file: