OSDN Git Service

JSON refactoring for JsonValue.
authorNathanSweet <nathan.sweet@gmail.com>
Thu, 25 Apr 2013 12:23:12 +0000 (14:23 +0200)
committerNathanSweet <nathan.sweet@gmail.com>
Thu, 25 Apr 2013 12:23:12 +0000 (14:23 +0200)
commit2362d29ce89d930bd9a93683bf67e197400b89a1
treec72b2810a3f802a7ea955648016286e6ec2f6db4
parentcafaa4e01543d8ee3fa7115a3b0305445e4e51de
JSON refactoring for JsonValue.

http://www.badlogicgames.com/wordpress/?p=2993
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/Json.java
gdx/src/com/badlogic/gdx/scenes/scene2d/ui/Skin.java
gdx/src/com/badlogic/gdx/utils/Json.java
gdx/src/com/badlogic/gdx/utils/JsonReader.java
gdx/src/com/badlogic/gdx/utils/JsonReader.rl
gdx/src/com/badlogic/gdx/utils/JsonValue.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/utils/JsonWriter.java