Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Serializer to write indented JSON #384

Merged
merged 2 commits into from
May 21, 2024
Merged

Conversation

christianhelle
Copy link
Owner

@christianhelle christianhelle commented May 20, 2024

This pull request updates the Serializer.cs file to include the ability to write indented JSON. It also adds optional custom serialization options to the Deserialize and Serialize methods. This allows for more flexibility in the serialization process.

This resolves #383

@christianhelle christianhelle added the enhancement New feature, bug fix, or request label May 20, 2024
@christianhelle christianhelle self-assigned this May 20, 2024
@christianhelle christianhelle added the .NET Pull requests that contain changes to .NET code label May 20, 2024
Copy link

sonarcloud bot commented May 20, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@christianhelle christianhelle merged commit 47f345f into main May 21, 2024
1677 checks passed
@christianhelle christianhelle deleted the serialization branch May 21, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, bug fix, or request .NET Pull requests that contain changes to .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Serializer improvements
1 participant