/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
project-client-server-apps
/
node_modules
/
bfj
/
..
src
initial commit
год назад
test
initial commit
год назад
.eslintrc
initial commit
год назад
.gitlab-ci.yml
initial commit
год назад
AUTHORS
initial commit
год назад
CONTRIBUTING.md
initial commit
год назад
COPYING
initial commit
год назад
HISTORY.md
initial commit
год назад
README.md
initial commit
год назад
package.json
initial commit
год назад
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