Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

validate JSON ?

Discussion in 'Flash' started by jstriedinger, Sep 13, 2012.

  1. jstriedinger

    jstriedinger

    Joined:
    Apr 19, 2011
    Posts:
    58
    So, JSON is not fule functional in Unity Flash riht?

    I have the following line
    Code (csharp):
    1. string parameters = WWW.EscapeURL(JSON.JsonEncode(paramsTable));
    Where paramsTable is a hash table. Anyway, I need to decode it and obvioulsy it throws error with using JSON. Even thou I could use the original complete URL to access the service I'm trying to access I want to know if somebody know another way!

    Thanks :)