Method Tree_GetObjectJson()

Assembly: redb.Core.dll

Get object as JSON. Params: $1=objectId, $2=depth
PostgreSQL: SELECT get_object_json($1, $2)
MSSQL: Must implement as stored procedure or CTE query

string Tree_GetObjectJson()