lib/jsonpath.rb in jsonpath-0.7.2 vs lib/jsonpath.rb in jsonpath-0.8.2

- old
+ new

@@ -1,9 +1,10 @@ require 'strscan' require 'multi_json' require 'jsonpath/proxy' require 'jsonpath/enumerable' require 'jsonpath/version' +require 'jsonpath/parser' # JsonPath: initializes the class with a given JsonPath and parses that path # into a token array. class JsonPath PATH_ALL = '$..*'.freeze