Ejemplo n.º 1
0
 def check_json_pointer(self, value):
     """ Check whether the expression can be evaluated at all.
     """
     p = _JsonPointer(value)
     p.resolve({}, None)
Ejemplo n.º 2
0
 def check_json_pointer(self, value):
     """ Check whether the expression can be evaluated at all.
     """
     p = _JsonPointer(value)
     p.resolve({}, None)