get<X> abstract method

X? get<X>(
  1. JsonPath path
)

Retrieves a value from the underlying data model.

Implementation

X? get<X>(JsonPath path);