https://github.com/achoarnold/json-to-c-sharp
Convert a JSON String to C# String.
https://github.com/achoarnold/json-to-c-sharp
azure csharp json
Last synced: 9 months ago
JSON representation
Convert a JSON String to C# String.
- Host: GitHub
- URL: https://github.com/achoarnold/json-to-c-sharp
- Owner: AchoArnold
- License: mit
- Created: 2021-12-25T16:36:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T21:54:28.000Z (about 2 years ago)
- Last Synced: 2025-05-14T06:40:38.302Z (about 1 year ago)
- Topics: azure, csharp, json
- Language: HTML
- Homepage: https://json-to-c-sharp.ndolestudio.com
- Size: 519 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JSON to c sharp
=================
[](https://github.com/AchoArnold/json-to-c-sharp/actions/workflows/main.yml)
[](https://github.com/AchoArnold/json-to-c-sharp/graphs/contributors)
[](https://sonarcloud.io/dashboard?id=AchoArnold_json-to-c-sharp)
[](https://github.com/AchoArnold/json-to-c-sharp/blob/master/LICENSE)
This tool instantly escapes a JSON string into a C# string variable. Paste a JSON structure on the left and the escaped C# string will be generated to the right, which you can paste into your program. The script has to make some assumptions, so double-check the output!

### Security
If you discover any security related issues, please email arnoldewin@gmail.com instead of using the GitHub issues.
## Credits
- [Acho Arnold](https://github.com/achoarnold)
- [All Contributors](../../contributors)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details