You are not logged in.
Pages: 1
During the development of an openAI-style LLM client, it was discovered that some JSON strings could not be successfully converted using the `_json()` method when processed with mormot2. This issue mainly occurred when there was a single "}" in the content. I'm not sure which version of mormot2 fixed this issue?
Offline
Not sure I follow, valid json object string requires both open and closing bracket so by default _json call would return either false or null variant if your string is malformed.
Offline
Pages: 1