Hi guys:
Our legacy code use Newtonsoft.Json.JsonWriter
to produce a javascript array like:
[["1","zxc"],["2","fifa"],["3","fgh"]].
I wounder if Newtonsoft.Json provide counterparts to help filter out or get specific element, says ["3","fgh"]
.