An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

JSON to c sharp
=================

[![Build](https://github.com/AchoArnold/json-to-c-sharp/actions/workflows/main.yml/badge.svg)](https://github.com/AchoArnold/json-to-c-sharp/actions/workflows/main.yml)
[![GitHub contributors](https://img.shields.io/github/contributors/AchoArnold/json-to-c-sharp)](https://github.com/AchoArnold/json-to-c-sharp/graphs/contributors)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=AchoArnold_json-to-c-sharp&metric=alert_status)](https://sonarcloud.io/dashboard?id=AchoArnold_json-to-c-sharp)
[![GitHub license](https://img.shields.io/github/license/AchoArnold/json-to-c-sharp?color=brightgreen)](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!

![screely-1640463327710](https://user-images.githubusercontent.com/4196457/147392954-897b1ba9-679d-4ed3-8e93-d8bc0491a989.png)

### 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