-
Notifications
You must be signed in to change notification settings - Fork 0
API Host StandardScriptJsonSerializer
Liu.Yandong.Hanks edited this page Aug 21, 2026
·
3 revisions
Default JSON serializer matching JSON.stringify-style behavior for functions and circular references.
Namespace: AuroraScript.Runtime.Serialization. Kind: class.
Back to .NET Host API Reference
Default JSON serializer matching JSON.stringify-style behavior for functions and circular references.
This type has no additional listed public members; use it through its base-type API or a host configuration point.
ScriptJsonSerializer serializer = new StandardScriptJsonSerializer();
var json = serializer.Serialize(ScriptDatum.FromNumber(42));AuroraScript.JIT 4.0.0 · Documentation Home · Repository · MIT License