Tagged Questions
4
votes
4answers
352 views
How can i make this piece of code better ?
using System;
using System.Collections.Generic;
using System.Text;
using System.Reflection;
namespace ParserProject{
class ParseToJsonString{
private readonly StringBuilder _sb;
...