Package squidpony.store.json

Conversion, compression,and storage (to libGDX Preferences) using JSON as the stored type.
  • Class Summary 
    Class Description
    JsonCompressor
    A variant of JsonConverter (and an extension of libGDX's Json class) that compresses its JSON output and reads compressed input.
    JsonConverter
    Augmented version of LibGDX's Json class that knows how to handle various data types common in SquidLib.
    JsonStorage
    Helps games store information in libGDX's Preferences class as Strings, then get it back out.