nuget server logo nuget api documents
↑

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

jsonLogic

Full name Microsoft.VisualBasic.MIME.application.json.JSONLogic.jsonLogic Assembly Microsoft.VisualBasic.MIME.application.json Members 1

Build complex rules, serialize them as JSON, share them between front-end and back-end

00 Remarks

If you’re looking for a way to share logic between front-end and back-end code, and even store it in a database, JsonLogic might be a fit for you.

JsonLogic isn't a full programming language. It’s a small, safe way to delegate one decision. You could store a rule in a database to decide later. You could send that rule from back-end to front-end so the decision is made immediately from user input. Because the rule is data, you can even build it dynamically from user actions or GUI input.

JsonLogic has no setters, no loops, no functions Or gotos. One rule leads To one decision, With no side effects And deterministic computation time.

https://jsonlogic.com/

01 Syntax

Microsoft.VisualBasic.MIME.application.json.JSONLogic.jsonLogic

02 Methods

NameOverloadsSummary
apply 1

03 Members

method apply #