The project plan describes bridge functions between simdjson-kotlin's JsonValue and kotlinx.serialization's JsonElement, letting the two interop. Neither toJsonElement() nor toSimdJsonValue() exists in the codebase.
Worth implementing these, or removing the reference from PLAN.md if it's no longer planned.
The project plan describes bridge functions between simdjson-kotlin's
JsonValueand kotlinx.serialization'sJsonElement, letting the two interop. NeithertoJsonElement()nortoSimdJsonValue()exists in the codebase.Worth implementing these, or removing the reference from PLAN.md if it's no longer planned.