jsonlint VS cpplint

Compare jsonlint vs cpplint and see what are their differences.

jsonlint

A JSON parser and validator with a CLI. (by zaach)

cpplint

Static code checker for C++ (by cpplint)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
jsonlint cpplint
2 2
1,905 1,462
- 2.3%
0.0 8.6
almost 2 years ago 4 days ago
JavaScript Python
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jsonlint

Posts with mentions or reviews of jsonlint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-04.
  • Configuring Cppcheck, Cpplint, and JSON Lint
    3 projects | dev.to | 4 Mar 2024
    I dedicated Sunday morning to going over the documentation of the linters we use in the project. The goal was to understand all options and use them in the best way for our project. Seeing their manuals side by side was nice because even very similar things are solved differently. Cppcheck is the most configurable and best documented; JSON Lint lies at the other end.
  • Looking For Self Hosted Web-Based Lint Checker
    3 projects | /r/selfhosted | 7 Mar 2023
    I’ve done something similar with some basic scripting in a webhookd container. You’ll need to install whatever packages you intend to use (ie jsonlint

cpplint

Posts with mentions or reviews of cpplint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-04.
  • Configuring Cppcheck, Cpplint, and JSON Lint
    3 projects | dev.to | 4 Mar 2024
    I was configuring them as I was reading. I have done this before, but we had some months of use since then, and I have seen it working in real-time. I got a lot out of this second read and configuration round. I discovered that I over-configured Cppcheck; there is much more to get out of Cpplint, and I reviewed the JSON Schema versions.
  • C/C++ pre-commit hooks for static analyzers and linters
    9 projects | /r/cpp | 13 Sep 2021
    and five C/C++ static code analyzers: * clang-tidy * oclint * cppcheck * cpplint (recently added!) * include-what-you-use (recently added!)

What are some alternatives?

When comparing jsonlint and cpplint you can also consider the following projects:

jsonlint.com - [OLD] Please go to new source, link below.

Cppcheck - static analysis of C/C++ code

cmake-lint - Fork of https://github.com/richq/cmake-lint to continue maintenance

include-what-you-use - A tool for use with clang to analyze #includes in C and C++ source files

uncrustify - Code beautifier

OCLint - A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C

cpp-linter-action - A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews.

pre-commit - A framework for managing and maintaining multi-language pre-commit hooks.

pre-commit-hooks - C/C++ hooks to integrate with pre-commit

vint - Fast and Highly Extensible Vim script Language Lint implemented in Python.