/
iliyagladkov
/
to-do-react
Обзор
Документация
Войти
/
iliyagladkov
/
to-do-react
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
to-do-react
/
node_modules
/
bfj
/
..
src
Final
3 года назад
test
Final
3 года назад
.eslintrc
Final
3 года назад
.gitlab-ci.yml
Final
3 года назад
AUTHORS
Final
3 года назад
CONTRIBUTING.md
Final
3 года назад
COPYING
Final
3 года назад
HISTORY.md
Final
3 года назад
README.md
Final
3 года назад
package.json
Final
3 года назад
BFJ
Why would I want those?
Is it fast?
What functions does it implement?
How do I install it?
How do I read a JSON file?
How do I parse a stream of JSON?
How do I selectively parse individual items from a JSON stream?
How do I write a JSON file?
How do I create a stream of JSON?
How do I create a JSON string?
What other methods are there?
bfj.walk (stream, options)
bfj.eventify (data, options)
What options can I specify?
Options for parsing functions
Options for serialisation functions
Is it possible to pause parsing or serialisation from calling code?
Can it handle newline-delimited JSON (NDJSON)?
Why does it default to bluebird promises?
Can I specify a different promise implementation?
Is there a change log?
How do I set up the dev environment?
What versions of Node.js does it support?
What license is it released under?
README.md