Get a Current Targeted JSON Pointer


ASTER::EXPRESSION::JSON::Get a Current Targeted JSON Pointer.

Retrieve the Current Targeted JSON Pointer (path).

Targeted JSON Pointer = TgtJSP

ExStrTgtPath( "ASTER" )

Parameter : Noone


About Targeted JSON Pointer

It's a mechanism similar to browser bookmarks that simplifies path specification.

This document uses the abbreviation TgtJSP.

Sending long paths with JSON Pointer every time in loop processing is really inefficient.

Since it's the same path, you only need to send it once beforehand and reuse it.

Consider retrieving data from arrays deep within a JSON structure. If you only need to specify indexes to retrieve 10 pieces of data, it might not be zero-emission, but it's very ecological.

Targeted JSON Pointer was designed to reduce the number of path transmissions, lessen the string processing burden related to paths, and streamline data retrieval processes.