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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user