
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,425 public repositories matching this topic...
The better way to deal with JSON data in Swift.
-
Updated
Oct 16, 2019 - 732 commits
- Swift
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
Oct 16, 2019 - 424 commits
- JavaScript
"Flag provided but not defined" doesn't give enough details for end users who aren't specifically aware of how CLIs work. I get a lot of bug reports that are "I got this obscure error message, and I'm not sure what to do".
See also
this is a feature request, probably also related in complexity (and perhaps some implementation detail) to codex-team/editor.js#671
Would be great to have Editor.JS to support math symbols. Makes the utility of the library much greater.
Thank you for making this avialable
In ceb177163da4c94e64f262dd88cb8e8dce3b10be added bfs. Use it expand more path of first render to fill whole screen.
Modify scroll speed
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
Oct 16, 2019 - 295 commits
- Objective-C
HTTP Request & Response Service, written in Python + Flask.
-
Updated
Oct 16, 2019 - 841 commits
- Python
The documentation (https://react-jsonschema-form.readthedocs.io/en/latest/validation/#the-case-of-empty-strings) says:
When a text input is empty, the field in form data is set to undefined.
However, this is not true when the text input is an item in an array. In this case, the field is actually set to null. This is probably because undefined is not a valid JSON value, so you can't have `[
HTTPie + prompt_toolkit = an interactive command-line HTTP client featuring autocomplete and syntax highlighting
-
Updated
Oct 14, 2019 - 356 commits
- Python
Add fuzz testing
I ran AFL and it almost immediately produces a segmentation fault.
Can be reproduced by using the benchmark parse:
#0 find_structural_bits (buf=buf@entry=0x55555558f100 "\n", len=len@entry=1, pj=...) at src/stage1_find_marks.cpp:437
#1 0x000055555555823f in find_structural_bits (pj=..., len=1, buf=0x55555558f100 "\n") at include/simdjson/stage1_find_marks.h:12
#2 main (argc=<optimize
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
Oct 16, 2019 - 15 commits
- Python
中华人民共和国行政区划:省级(省份直辖市自治区)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,中国省市区镇村二级三级四级五级联动地址数据 Node.js 爬虫。
-
Updated
Oct 16, 2019 - 109 commits
- JavaScript
Get JSON values quickly - JSON parser for Go
-
Updated
Oct 16, 2019 - 182 commits
- Go
FastAPI framework, high performance, easy to learn, fast to code, ready for production
-
Updated
Oct 16, 2019 - 640 commits
- Python
ActiveModel::Serializer implementation and Rails hooks
-
Updated
Oct 15, 2019 - 1 commits
- 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-hawk
and then runhttp --help
hawk will not show as an auth type. If youpip3 install httpie-oauth
it will install httpie via pip as a dependency and overwrite the brew installed link in/usr/local/bin/http
and now all the plugins wil