<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>必应：JSON in Python</title><link>http://www.bing.com:80/search?q=JSON+in+Python</link><description>搜索结果</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>JSON in Python</title><link>http://www.bing.com:80/search?q=JSON+in+Python</link></image><copyright>版权所有 © 2026 Microsoft。保留所有权利。不得以任何方式或出于任何目的使用、复制或传输这些 XML 结果，除非出于个人的非商业用途在 RSS 聚合器中呈现必应结果。对这些结果的任何其他使用都需要获得 Microsoft Corporation 的明确书面许可。一经访问此网页或以任何方式使用这些结果，即表示您同意受上述限制的约束。</copyright><item><title>What is JSON and what is it used for? - Stack Overflow</title><link>https://stackoverflow.com/questions/383692/what-is-json-and-what-is-it-used-for</link><description>JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging. It is based on a subset of JavaScript language (the way objects are built in JavaScript). As stated in the MDN, some JavaScript is not JSON, and some JSON is not JavaScript. An example of where this is used is web services responses. In the 'old' days, web services used XML as their primary data ...</description><pubDate>周六, 04 4月 2026 18:01:00 GMT</pubDate></item><item><title>Can comments be used in JSON? - Stack Overflow</title><link>https://stackoverflow.com/questions/244777/can-comments-be-used-in-json</link><description>JSON is used a lot for application data and configuration settings, so comments are necessary now. The "official spec" is a nice idea, but it's insufficient and obsolete, so too bad. Minify your JSON if you're concerned about payload size or performance.</description><pubDate>周四, 26 3月 2026 14:08:00 GMT</pubDate></item><item><title>How to escape special characters in building a JSON string?</title><link>https://stackoverflow.com/questions/19176024/how-to-escape-special-characters-in-building-a-json-string</link><description>356 A JSON string must be double-quoted, according to the specs, so you don't need to escape '. If you have to use special character in your JSON string, you can escape it using \ character. See this list of special character used in JSON :</description><pubDate>周六, 04 4月 2026 08:14:00 GMT</pubDate></item><item><title>Is there any standard for JSON API response format?</title><link>https://stackoverflow.com/questions/12806386/is-there-any-standard-for-json-api-response-format</link><description>Do standards or best practices exist for structuring JSON responses from an API? Obviously, every application's data is different, so that much I'm not concerned with, but rather the "response</description><pubDate>周六, 04 4月 2026 18:01:00 GMT</pubDate></item><item><title>pretty-print JSON using JavaScript - Stack Overflow</title><link>https://stackoverflow.com/questions/4810841/pretty-print-json-using-javascript</link><description>How can I display JSON in an easy-to-read (for human readers) format? I'm looking primarily for indentation and whitespace, with perhaps even colors / font-styles / etc.</description><pubDate>周三, 25 3月 2026 21:04:00 GMT</pubDate></item><item><title>How to style a JSON block in Github Wiki? - Stack Overflow</title><link>https://stackoverflow.com/questions/14901245/how-to-style-a-json-block-in-github-wiki</link><description>```json Here goes your json object definition ``` Note: This won't prettify the json representation. To do so, one can previously rely on an external service such as jsbeautifier.org and paste the prettified result in the wiki.</description><pubDate>周日, 05 4月 2026 19:11:00 GMT</pubDate></item><item><title>How to parse JSON in Java - Stack Overflow</title><link>https://stackoverflow.com/questions/2591098/how-to-parse-json-in-java</link><description>java's built in JSON libraries are the quickets way to do so, but in my experience GSON is the best library for parsing a JSON into a POJO painlessly.</description><pubDate>周六, 04 4月 2026 17:18:00 GMT</pubDate></item><item><title>What's the difference between tilde(~) and caret(^) in package.json?</title><link>https://stackoverflow.com/questions/22343224/whats-the-difference-between-tilde-and-caret-in-package-json</link><description>5605 After I upgraded to the latest stable node and npm, I tried npm install moment --save. It saves the entry in the package.json with the caret ^ prefix. Previously, it was a tilde ~ prefix. Why are these changes made in npm? What is the difference between tilde ~ and caret ^? What are the advantages over previous ones?</description><pubDate>周六, 04 4月 2026 12:10:00 GMT</pubDate></item><item><title>How do I make a JSON object with multiple arrays?</title><link>https://stackoverflow.com/questions/11197818/how-do-i-make-a-json-object-with-multiple-arrays</link><description>I've never used JSON before so I'm not familiar with its syntax. At the moment I have multiple arrays containing different pieces of data. I would like to create one JSON object, that contains the</description><pubDate>周五, 03 4月 2026 01:20:00 GMT</pubDate></item><item><title>JSON Naming Convention (snake_case, camelCase or PascalCase)</title><link>https://stackoverflow.com/questions/5543490/json-naming-convention-snake-case-camelcase-or-pascalcase</link><description>JSON-LD - camelCased Conclusions Choosing the right JSON naming convention for your JSON implementation depends on your technology stack. There are cases where you can use snake_case, camelCase, or any other naming convention. Another thing to consider is the weight to be put on the JSON-generator vs the JSON-parser and/or the front-end JavaScript.</description><pubDate>周日, 05 4月 2026 15:00:00 GMT</pubDate></item></channel></rss>