awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
sindresorhus avatar

sindresorhus/load-json-file

0
View on GitHub↗
249 stars·48 forks·JavaScript·MIT·12 views

Load Json File

Read and parse a JSON file

Features

  • JSON and Data Schema Tools - Reads and parses JSON files.
  • Filesystem Utilities - Helper for reading and parsing JSON files.

Star history

Star history chart for sindresorhus/load-json-fileStar history chart for sindresorhus/load-json-file

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Load Json File

Similar open-source projects, ranked by how many features they share with Load Json File.
  • sindresorhus/write-json-filesindresorhus avatar

    sindresorhus/write-json-file

    224View on GitHub↗

    Stringify and write JSON to a file atomically

    JavaScript
    View on GitHub↗224
  • bcoe/any-pathbcoe avatar

    bcoe/any-path

    4View on GitHub↗

    For when the keys in an object represent paths, and you want to be able to fetch them regardless of your operating system's preference for path separators (\, /).

    JavaScript
    View on GitHub↗4
  • benjamine/jsondiffpatchbenjamine avatar

    benjamine/jsondiffpatch

    5,324View on GitHub↗

    jsondiffpatch is a JSON diff and patch library designed to calculate differences between two JSON objects and apply those changes to synchronize states. It functions as a synchronization tool for computing deltas and applying patches to update or revert complex nested JavaScript objects. The project provides a standard-compliant implementation of RFC 6902 JSON Patch for atomic updates and a visual difference renderer that converts data deltas into human-readable HTML views. It includes a specialized text diff tool for performing fine-grained, character-level analysis on long strings within JS

    TypeScript
    View on GitHub↗5,324
  • andreyvit/json-diffandreyvit avatar

    andreyvit/json-diff

    1,205View on GitHub↗

    Does exactly what you think it does:

    CoffeeScript
    View on GitHub↗1,205
See all 30 alternatives to Load Json File→

Frequently asked questions

What does sindresorhus/load-json-file do?

Read and parse a JSON file

What are the main features of sindresorhus/load-json-file?

The main features of sindresorhus/load-json-file are: JSON and Data Schema Tools, Filesystem Utilities.

What are some open-source alternatives to sindresorhus/load-json-file?

Open-source alternatives to sindresorhus/load-json-file include: sindresorhus/write-json-file — Stringify and write JSON to a file atomically. aligay/jsonuri — English | 简体中文. benjamine/jsondiffpatch — jsondiffpatch is a JSON diff and patch library designed to calculate differences between two JSON objects and apply… bevry/istextorbinary — Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions. bcoe/any-path — For when the keys in an object represent paths, and you want to be able to fetch them regardless of your operating… andreyvit/json-diff — Does exactly what you think it does:.