Getting familiar with npm package jsonpath
JSONPath is a query language for JSON, similar to XPath for XML. It allows you to select and extract data from a JSON document. You use a JSONPath expression to traverse the path to an element in the JSON structure.
We deal with json objects in a lo...
anushasridharan.in4 min read