JSON stringify missing from jQuery 1.4.1?

后端 未结 6 983
野性不改
野性不改 2020-12-02 19:28

Apparently jQuery has the ability to decode a given object or string into a JSON object. However, I have a JS object that I need to POST back to the server and I find no uti

6条回答
  •  误落风尘
    2020-12-02 20:24

    jQuery can decode JSON strings natively with jQuery.parseJSON().

    For encoding though, i only know of a plugin : jquery-json

提交回复
热议问题