Skip to content

Remove dependency on Newtonsoft.Json#29

Merged
kzu merged 1 commit intomainfrom
dev/NoJson
Sep 5, 2022
Merged

Remove dependency on Newtonsoft.Json#29
kzu merged 1 commit intomainfrom
dev/NoJson

Conversation

@kzu
Copy link
Member

@kzu kzu commented Sep 5, 2022

A source generator takes care of converting the JSON
data into the same run-time C# dictionary structure
we had before, but initialized statically via generated
code instead.

This should be quite a bit more performant too.

Fixes #28

@kzu kzu enabled auto-merge (rebase) September 5, 2022 05:42
A source generator takes care of converting the JSON
data into the same run-time C# dictionary structure
we had before, but initialized statically via generated
code instead.

This should be quite a bit more performant too.

Fixes #28
@kzu kzu merged commit b5482af into main Sep 5, 2022
@kzu kzu deleted the dev/NoJson branch September 5, 2022 05:46
@devlooped devlooped locked and limited conversation to collaborators Feb 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove dependency on Newtonsoft.Json

1 participant