cast<TT> method

JsonPath<TT> cast<TT>()

Implementation

JsonPath<TT> cast<TT>() {
  return JsonPath<TT>._(segments, path);
}