vendor/Pods/NanoStore/Classes/Public/NSFNanoPredicate.h in nano-store-0.5.2 vs vendor/Pods/NanoStore/Classes/Public/NSFNanoPredicate.h in nano-store-0.6.0

- old
+ new

@@ -111,13 +111,18 @@ //@{ /** * Returns a string representation of the predicate. * @note Check properties column, match and value to find out the current state of the predicate. - * @see \link description - (NSString *)description \endlink */ - (NSString *)description; + +/** * Returns a JSON representation of the predicate. + * @note Check properties column, match and value to find out the current state of the predicate. + */ + +- (NSString *)JSONDescription; //@} @end \ No newline at end of file