nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.MIME.application.json / TreeBuilder

TreeBuilder

Full name Microsoft.VisualBasic.MIME.application.json.JSONLogic.TreeBuilder Assembly Microsoft.VisualBasic.MIME.application.json Members 4

01 Syntax

Microsoft.VisualBasic.MIME.application.json.JSONLogic.TreeBuilder

02 Methods

NameOverloadsSummary
Parse 2 convert the json logical tree as the .net clr lambda expression tree
tripleIif 1 If(test, true, false)

03 Properties

NameOverloadsSummary
Parameters 1

04 Members

method Parse #
Parse(JsonElement, ValueTuple(Of String, Type)())

convert the json logical tree as the .net clr lambda expression tree

Parameters
NameTypeDescription
logicJsonElement

-

method tripleIif #
tripleIif(JsonElement)

If(test, true, false)

property Parameters #
Parameters
method Parse overload 2 #