Added code for writing a simple miso scene model to JSON.

Wow, writing to JSON is way simpler than writing to HTML. Too bad JSON wasn't
around and popular twelve years ago.
This commit is contained in:
Michael Bayne
2013-01-23 14:25:52 -08:00
parent 6ece954f24
commit 7f3f5098ed
2 changed files with 77 additions and 0 deletions
+5
View File
@@ -33,6 +33,11 @@
<artifactId>xml-writer</artifactId>
<version>0.2</version>
</dependency>
<dependency>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-core</artifactId>
<version>1.5.1</version>
</dependency>
<!-- test/build dependencies -->
<dependency>