我需要计算从ajax响应返回的json对象的大小。
我正在尝试使用JSON_VALUE.length计算大小并获取值43204。 我不确定这是否正确。 我希望图像中显示的值完全相同。
谢谢。
答案 0 :(得分:0)
将<Fragment>
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
<Component Id="abc.exe" Guid="de34d0c6-3b9e-439c-a254-c9f695e2e389">
<File Id="abc.exe" Name="abc.exe" Source="$(var.abc_TargetDir)abc.exe" />
</Component>
<Component Id="abc.exe.config" Guid="3a38ad30-51ce-42fd-b262-1249c7087111">
<File Id="abc.exe.config" Name="abc.exe.config" Source="$(var.abc_TargetDir)abc.exe.config" />
</Component>
</Fragment>
转换为JSON_VALUE
,然后执行以下操作:
string_value