
Calculator
From C# Arithmetic Expressions to JSON and Back
The previous blog post has introduced a calculator engine project. This post extends it to convert arithmetic expressions to and from JSON. For example, an expression built like this: Expression.CreateMultiValued([3, 3], new Addition()) could be represented in JSON as: { "Operation": "Addition", "Subexpressions"