JSON API in Mongoose OS not realy usable

  1. My goal is: Creating JSON buffers with the help of Mongoose OS.
  2. My actions are: Using the core API for JSON of Mongoose OS.
  3. The result I see is:
    https://github.com/cesanta/frozen/issues/25
    https://github.com/cesanta/frozen/issues/26
    https://github.com/cesanta/frozen/issues/34
  4. My expectation & question is:
    There are many issues especially with json_setf(). This cost me a lot of time and I chose Mongoose OS beacuse of it JSON API. Is this part of Mongoose OS still maintained or is it just waiting for work by community?
1 Like

Hi. I am currently working on a project that process JSON data.

Try this JSON parser from Github. This helped me a lot.

1 Like