Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netjson V1.03

iswithzhz

Programmer
Joined
Dec 22, 2024
Messages
42
net json parse v1.03 性能应该是目前最好的!解析全VFP类型,全VFP对象型。
NetJson_main.png
Netjson.jpg

Netjson2.png
netjson_array_read.jpg

netjson_array_read2.png
netjson4.png
netjson3.png
 

Attachments

  • NetJson 1.03.gif
    NetJson 1.03.gif
    371.2 KB · Views: 5
  • Netjson_test.png
    Netjson_test.png
    115.1 KB · Views: 4
  • NetJson.zip
    NetJson.zip
    1.7 MB · Views: 3
性能快(你可同体量cjson->ojson对比速度)!包装简单(一个DLl 一个Prg)!cjson->ojson osjon->cjson ,中间断可以继续jsonfox逻辑 。
 
* Version:
* 1.03 Unresolved issue 1: VFP's Empty object uses hash tables internally,;
causing property order loss (though full key-value pairs are preserved - Net internally maintains order);
Unresolved issue 2: All property names converted to lowercase

* 1.04 - Added toCursor() method;
- Added Query() method for data retrieval operations
 

Attachments

Part and Inventory Search

Sponsor

Back
Top