C Sharp (C#) - Strings and StringBuilder
You want to store this multi-line JSON string exactly as shown, including indentation and quotes, in C# 11+. Which is the best way to do it?
{
"name": "Alice",
"age": 30
}