https://github.com/arkane-systems/json-expandoobject
JSON.NET converter making it possible to round-trip type-safe ExpandoObjects.
https://github.com/arkane-systems/json-expandoobject
Last synced: 3 months ago
JSON representation
JSON.NET converter making it possible to round-trip type-safe ExpandoObjects.
- Host: GitHub
- URL: https://github.com/arkane-systems/json-expandoobject
- Owner: arkane-systems
- License: mit
- Created: 2017-08-17T20:58:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T05:52:47.000Z (about 3 years ago)
- Last Synced: 2025-08-16T23:16:07.724Z (10 months ago)
- Language: C#
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-expandoobject
JSON.NET converter making it possible to round-trip type-safe ExpandoObjects.
[](https://ko-fi.com/I3I1VA18)
## Requirements
- **.NET 10.0** or later
- **Newtonsoft.Json 13.0.4** or later
## Building
Requires the .NET 10.0 SDK or later.
```sh
dotnet build
```
## Testing
```sh
dotnet test
```