SplitScript reference / Migration / JSON data

JSON data

Migration from ASL, C#

Source pattern

Look for the ASL, C# concept JSON data in the source. The semantic difference below is more important than a token-for-token rewrite.

Canonical SplitScript

There is no currently supported canonical API for this behavior.

Semantic difference

JSON parsing and serialization need a typed SplitScript data model; do not substitute ad-hoc string operations for JsonConvert, JObject, or System.Text.Json calls.

Supported hosts

No supported host currently exposes the complete behavior required by this source pattern.

No additional reference page is available yet.