CodBi
    Preparing search index...

    Class JSON_Path

    This Element-Placeholder retrieves an Object at a specific path out of the one given in the first parameter.

    Placeholder Parameter:

    • 1st: The Object to retrieve the requested one from.
    • 2nd: The dotted path leading to the requested one.

    Initial Author: Callari, Salvatore (Callari@WaXCode.net) Maintainer: Callari, Salvatore (Callari@WaXCode.net)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    registered: boolean = ...

    States whether this JSON_Path was successfully registered via CodbiGlobal.registerEP with the CodBi and performs the registration upon class usage.

    Methods

    • Uses resolvePath to retrieve the Object at the path specified in "params"[ 1 ] out of the Object in "param[ 0 ]".

      Parameters

      • params: unknown[]

        The parameters for that Element-Placeholder (provided by CodBi).

      Returns unknown