Szekeres Géza
Szekeres Géza8mo ago

Import a GIThub package

hey friends! I wanna use the following JSON processor in one of my nodes:https://github.com/beenotung/best-effort-json-parser How can I import such a package an access its functions within my node logic?
GitHub
GitHub - beenotung/best-effort-json-parser: Parse incomplete json t...
Parse incomplete json text in best-effort manner. Contribute to beenotung/best-effort-json-parser development by creating an account on GitHub.
1 Reply
Gaurav Chadha
Gaurav Chadha8mo ago
Hi @Szekeres Géza, YOu can directly imort it like this import { parse } from 'best-effort-json-parser' and use parse anywhre in your node function. Also leverage it with AI Generator - https://docs.buildship.com/ai-nodes
AI Generated Nodes – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.