Example console app for parsing and building expression trees in C#.
- The console app takes an expression that was entered into ExpressionTreeParsing.Console.Program.cs
- Serializes the Expression Tree into POCO classes
- Serializes the POCO tree to JSON
- Deserializes the JSON to a POCO tree
- Deserielizes to the POCO tree to an Expression Tree
- Runs both the original expression and the new expression and writes the output to the console