K
K
kisman20002020-07-24 12:09:32
Node.js
kisman2000, 2020-07-24 12:09:32

How to work with large json files in discord js?

I want to make a minecraft reference command, there is a json with all the data, I can display information from json, but this file has 25k lines and data, I want to make a command like @minecraft_help [block name], I somehow need to find 1 part by argument array where name = argument

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Megum1n, 2020-07-24
@kisman2000

Your best bet is to move the data to a database (SQLite, MySQL).
Working with data will be much faster.
https://www.sqlitetutorial.net/sqlite-nodejs/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question