com.badlogic.gdx.utils
Interface BaseJsonReader

All Known Implementing Classes:
JsonReader, UBJsonReader

public interface BaseJsonReader


Method Summary
 JsonValue parse(FileHandle file)
           
 JsonValue parse(InputStream input)
           
 

Method Detail

parse

JsonValue parse(InputStream input)

parse

JsonValue parse(FileHandle file)


Copyright © 2013. All Rights Reserved.