vendor/Pods/BuildHeaders/NanoStore/NSFNanoBag.h in nano-store-0.5.2 vs vendor/Pods/BuildHeaders/NanoStore/NSFNanoBag.h in nano-store-0.6.0
- old
+ new
@@ -300,13 +300,18 @@
- (NSDictionary *)dictionaryRepresentation;
/** * Returns a string representation of the bag.
* @note Check properties savedObjects, unsavedObjects and removedObjects to find out the current state of the bag.
- * @see \link dictionaryRepresentation - (NSDictionary *)dictionaryRepresentation \endlink
*/
- (NSString *)description;
+
+/** Returns a JSON representation of the bag.
+ * @note Check properties savedObjects, unsavedObjects and removedObjects to find out the current state of the bag.
+ */
+
+- (NSString *)JSONDescription;
//@}
@end
\ No newline at end of file