记录一到当时没做出来的 “解析Json计算表达式值” 的算法题
转载请以链接形式标明出处:本文出自:103style的博客题目描述给定表达式A = ["${a.b.c}","${not a.b.c}","${a.b.d} AND {m.n}","${a.b.d} OR {m.n}","${a.b.c} OR ((${not a.b.d} AND ${a.b.e}) AND ${not a.b.f})"];给定json字符串 B = {"a":{"b":{"c":"0","d":"1","e":"1","f":"0"}},"m":{"n":"0.