Search Unity

My JSON library for Unity

Discussion in 'Scripting' started by doubleyou, Nov 30, 2012.

  1. doubleyou

    doubleyou

    Joined:
    Aug 7, 2012
    Posts:
    2
    Hi, folks.

    Recently, I needed to find a good JSON library for Unity, to work with web requests. And, apparently, commonly used LitJson and JSONObject weren't working with our data structures from server (totally valid JSONs, just slightly complicated).

    So, I ended up writing a small library of mine:

    https://github.com/doubleyou/CSH_JSON

    It hasn't been fully tested yet, but at least it works with generic JSONs and those JSONs that come from our side, which seems like a good sign for me.

    I encourage you to try it out, report any found bugs and submit any pull requests you want to go upstream.

    Thank you for your attention.