-
Updated
Jul 16, 2020 - Python
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.
Here are 17,615 public repositories matching this topic...
FAQ rev
There are grammatical errors in the English FAQ section:
https://github.com/alibaba/fastjson/wiki/FAQ(English-Version)
I propose that these grammatical errors be revised for readability.
Here are some examples below:
5. fastjson v.s. gson?
fastjson is 6 times faster than gson, here is the testing result: https://github.com/eishay/jvm-serializers/wiki/Staging-Results
fastjson is 6 tim
There is a difference in safegetzipfile method between xlsx.js & xlsx.mini.js.
One is missing replace(/^Root Entry[\/]/,"") so I get this error "Cannot find file [Content_Types].xml in zip" ev
-
Updated
May 30, 2020 - Swift
-
Updated
Jul 17, 2020 - C++
Description
How can I use socket.io instead of the plain websocket integration? I guess this is more a question belonging to starlette.
Currently migrating from a flask application using flask-socketio / python-socketio
Any hint is appreciated. Thx.
Checklist
- [X ] Are you running the latest v2 release? The list of releases is here.
- [X ] Did you check the manual for your release? The v2 manual is here
- [ X] Did you perform a search about this feature? Here's the [Github guide](https://help.github.com/en/github/managing-your-wor
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Feb 17, 2020 - Objective-C
Currently, each argument to fx treated as an anonymous function. Here is an example:
fx 'groupBy("commit.author.name")' 'mapValues(size)' toPairs 'sortBy(1)' reverse 'take(10)' fromPairsBut this requires a lot of ' quotes. My idea is to split the argument by whitespaces . So next will be possible to write:
fx 'groupBy("commit.author.name") mapValues(size) toPairs soI'm upgrading a build environment from python 2 to python 3 and noticed that endpoints with seeded random numbers are not returning the same values. It seems to be related to usage of randint:
https://github.com/postmanlabs/httpbin/blob/f8ec666b4d1b654e4ff6aedd356f510dcac09f83/httpbin/core.py#L1448
It seems like randint is not seed safe and it looks like only random() is: https://bugs.python.o
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jun 29, 2020 - Objective-C
-
Updated
Jul 14, 2020 - Go
-
Updated
Apr 21, 2020 - Python
-
Updated
Aug 10, 2019 - Python
-
Updated
Jul 17, 2020 - Java
-
Updated
Jun 16, 2020 - CSS
-
Updated
Jul 17, 2020 - JavaScript


Prettier supports EditorConfig, but the docs are almost silent about this fact. In particular:
See also https://gi