Software Alternatives & Reviews

Building a JSON Parser from scratch with JS 🤯

Webpack Prettier ESLint Babel
  1. Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
    Pricing:
    • Open Source
    A parser can have various applications in everyday life, and you probably use some parser daily. Babel, webpack, eslint, prettier, and jscodeshift. All of them, behind the scenes, run a parser that manipulates an Abstract Syntax Tree (AST) to do what you need - we'll talk about that later, don't worry.

    #Web Application Bundler #JS Build Tools #Module Bundler 220 social mentions

  2. An opinionated code formatter
    Pricing:
    • Open Source
    A parser can have various applications in everyday life, and you probably use some parser daily. Babel, webpack, eslint, prettier, and jscodeshift. All of them, behind the scenes, run a parser that manipulates an Abstract Syntax Tree (AST) to do what you need - we'll talk about that later, don't worry.

    #Developer Tools #Code Analysis #JavaScript Framework 255 social mentions

  3. 3
    The fully pluggable JavaScript code quality tool
    Pricing:
    • Open Source
    A parser can have various applications in everyday life, and you probably use some parser daily. Babel, webpack, eslint, prettier, and jscodeshift. All of them, behind the scenes, run a parser that manipulates an Abstract Syntax Tree (AST) to do what you need - we'll talk about that later, don't worry.

    #Code Coverage #Developer Tools #Code Quality 229 social mentions

  4. 4
    Babel is a compiler for writing next generation JavaScript.
    Pricing:
    • Open Source
    A parser can have various applications in everyday life, and you probably use some parser daily. Babel, webpack, eslint, prettier, and jscodeshift. All of them, behind the scenes, run a parser that manipulates an Abstract Syntax Tree (AST) to do what you need - we'll talk about that later, don't worry.

    #Development Tools #Javascript UI Libraries #JavaScript Framework 134 social mentions

Discuss: Building a JSON Parser from scratch with JS 🤯

Log in or Post with