tciuro / NanoStore

NanoStore is an open source, lightweight schema-less local key-value document store written in Objective-C for Mac OS X and iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a method to make non-JSON types safe.

tciuro opened this issue · comments

Requesting the JSON description of an object that contains a non JSON-compliant type does not work. There should be a method to make these types safe and JSON-friendly.