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

- old
+ new

@@ -118,8 +118,14 @@ * @note Check properties predicates and operators to find out the current state of the expression. */ - (NSString *)description; +/** Returns a JSON representation of the expression. + * @note Check properties predicates and operators to find out the current state of the expression. + */ + +- (NSString *)JSONDescription; + //@} @end \ No newline at end of file