dotnet-websharper / core

WebSharper - Full-stack, functional, reactive web apps and microservices in F# and C#
https://websharper.com
Apache License 2.0
593 stars 52 forks source link

RPC using symmetric JSON de/serialization #1343

Closed Jand42 closed 1 year ago

Jand42 commented 1 year ago

Main ticket implemented is #930. The old type-annotated JSON is now not used for RPC (still used for Web.Control initialization) Also necessary for this was to enhance symmetric JSON capabilities:

Further changes:

Fixes, optimizations: