csharp #JSON解析器MBAD MPBA
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp #JSON解析器MBAD MPBA相关的知识,希望对你有一定的参考价值。
Chilkat.JsonArray jarr = new Chilkat.JsonArray();
// Insert code here to load the above JSON array into the jarr object.
int i;
int count_i;
Chilkat.JsonObject json = null;
string kartaPacjenta;
int noPer;
int gbsno;
int noBad;
string dataBadania;
string nazwa;
int jednostka;
int lekarz;
string opis;
string wynik1;
int j;
int count_j;
int lp;
string wynikOpis;
string wynikWartosc;
string wynikJednostka;
string wynikNorma;
i = 0;
count_i = jarr.Size;
while (i < count_i) {
json = jarr.ObjectAt(i);
kartaPacjenta = json.StringOf("kartaPacjenta");
noPer = json.IntOf("noPer");
gbsno = json.IntOf("gbsno");
noBad = json.IntOf("noBad");
dataBadania = json.StringOf("dataBadania");
nazwa = json.StringOf("nazwa");
jednostka = json.IntOf("jednostka");
lekarz = json.IntOf("lekarz");
opis = json.StringOf("opis");
wynik1 = json.StringOf("wynik1");
j = 0;
count_j = json.SizeOfArray("mpbas");
while (j < count_j) {
json.J = j;
gbsno = json.IntOf("mpbas[j].gbsno");
noBad = json.IntOf("mpbas[j].noBad");
lp = json.IntOf("mpbas[j].lp");
wynikOpis = json.StringOf("mpbas[j].wynikOpis");
wynikWartosc = json.StringOf("mpbas[j].wynikWartosc");
wynikJednostka = json.StringOf("mpbas[j].wynikJednostka");
wynikNorma = json.StringOf("mpbas[j].wynikNorma");
j = j + 1;
}
i = i + 1;
}
以上是关于csharp #JSON解析器MBAD MPBA的主要内容,如果未能解决你的问题,请参考以下文章
csharp Json解析
csharp Dotnet TSQL脚本解析器
使用 dynamic 标记解析JSON字符串
csharp 基于简单反射的Cli Cmdline解析器
csharp_learn
csharp MessageBody的示例消息检查器。如有问题http://stackoverflow.com/questions/33343908/handle-json-request-data-