Operator implicit operator
implicit operator Json(nint)
Converts a native pointer to a Json engine structure.
public static implicit operator Json(nint intPtr)
Parameters
intPtrnintThe native pointer to the JSON engine structure.
Converts a native pointer to a Json engine structure.
public static implicit operator Json(nint intPtr)
intPtr nintThe native pointer to the JSON engine structure.