Author Topic: NGUIJson  (Read 3464 times)

gregorypierce

  • Guest
NGUIJson
« on: January 11, 2013, 07:14:44 PM »
Happened upon this class while reading through the NGUI documentation. Is this class intended to be used by developers or to be used internally only? If we can use it, are there any constraints on the JSON that it understands?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUIJson
« Reply #1 on: January 11, 2013, 08:06:43 PM »
This class was adopted from Prime21's UIToolkit, I believe? From some open-source place anyway... use it as you wish. It's still an open-source file, whether it's in NGUI or not. :)

gregorypierce

  • Guest
Re: NGUIJson
« Reply #2 on: January 12, 2013, 03:50:08 AM »
Cool. I was just curious if you intended for us to use it. I have another JSON library that I'm using, but if this one is out there and "supported"  ;), I figure I can dump some weight and use this one.