dotnet / dotnet/spark

[FEATURE REQUEST]: Use System.Text.Json for Json serialisation

Open
#355 2 comments 0 reactions 1 assignee Claimed by @marcusturewicz View on GitHub
enhancement
Dominant language
C#
Stars
2.1k
Forks
332
Avg merge
1d 20h
Merged PRs (30d)
9

Description

**Is your feature request related to a problem? Please describe.**
Currently this library uses Newtonsoft.Json for Json serialisation in IPC. [System.Text.Json](https://devblogs.microsoft.com/dotnet/try-the-new-system-text-json-apis/) was released recently and is faster and more memory efficient.

**Describe the solution you'd like**
For the Json serialisation to be done with System.Text.Json.

**Describe alternatives you've considered**
-

**Additional context**
I'd be happy to take this on if this seems like a good idea.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.