JsonPath.parse constructor

JsonPath.parse(
  1. String raw
)

Implementation

JsonPath.parse(this.raw) : segments = _parseSegments(raw);