JSON
JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.
- Sign up for GitHub or sign in to edit this page
- Created by Douglas Crockford
- Released 2005
Here are 14,743 public repositories matching this topic...
I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:
https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18
Normalizes nested JSON according to a schema
-
Updated
Nov 19, 2019 - JavaScript
It would be nice if there were a migration guide for people moving from v1 to v2!
User reported breaking changes:
In ceb177163da4c94e64f262dd88cb8e8dce3b10be added bfs. Use it expand more path of first render to fill whole screen.
HTTP Request & Response Service, written in Python + Flask.
-
Updated
Nov 19, 2019 - Python
A fast, convenient and nonintrusive conversion framework between JSON and model. Your model class doesn't need to extend any base class. You don't need to modify any model file.
-
Updated
Nov 19, 2019 - Objective-C
custom keyPrefix
Prerequisites
- [ x] I have read the documentation;
- In the case of a bug report, I understand that providing a SSCCE example is tremendously useful to the maintainers.
- Ideally, I'm providing a sample JSFiddle or a [shared playground link](https://rjsf-team.github.io/r
Now when oss-fuzz provides pretty code coverage, it is easy to see which parts of the code are not fuzzed properly.
Identify what can be done, and add fuzzers targeting the uncovered code.
HTTPie + prompt_toolkit = an interactive command-line HTTP client featuring autocomplete and syntax highlighting
-
Updated
Nov 19, 2019 - Python
The NetwtonSoft documentation seems to lack a LOT of detail. For example:
The documentation for JsonConvert.DeserializeObject Method (String) (which I picked at random), found at:
https://www.newtonsoft.com/json/help/html/M_Newtonsoft_Json_JsonConvert_DeserializeObject__1.htm
The documentation makes NO mention of the exceptions that may be thrown by this method, if any. However, i
:orange_book: 中华新华字典数据库。包括歇后语,成语,词语,汉字。
-
Updated
Nov 19, 2019 - Python
中华人民共和国行政区划:省级(省份直辖市自治区)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,中国省市区镇村二级三级四级五级联动地址数据 Node.js 爬虫。
-
Updated
Nov 19, 2019 - JavaScript
FastAPI framework, high performance, easy to learn, fast to code, ready for production
-
Updated
Nov 19, 2019 - Python
ActiveModel::Serializer implementation and Rails hooks
-
Updated
Nov 19, 2019 - Ruby
Learn about json
- Website
- www.json.org
- Wikipedia
- Wikipedia
Brew is listed as the recommended way of installing httpie on macOS. However, it doesn't work with auth plugins.
For example, if you
pip3 install requests-hawkand then runhttp --helphawk will not show as an auth type. If youpip3 install httpie-oauthit will install httpie via pip as a dependency and overwrite the brew installed link in/usr/local/bin/httpand now all the plugins wil