MathJSON is a text markup language created in 2019 by Arno Gourdol.
#978on PLDB | 5Years Old |
git clone https://github.com/cortex-js/compute-engine
MathJSON: a lightweight data interchange format for mathematical notation.
["Divide", "n", ["Add", 1, "n"]]
["Apply", ["Derivative", ["InverseFunction", "Sin"]], "x"]
[
"Equal",
[
"Add",
[
"Power",
"ExponentialE",
["Multiply", "ImaginaryUnit", "Pi"]
],
1
],
0
]