Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

JSON

(JavaScript Object Notation) is a lightweight data-interchange format subtitle

JSON Reviews and details

Screenshots and images

  • JSON Landing page
    Landing page //
    2021-09-28

Badges

Promote JSON. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Parsing JSON Review - Part 1

Parsing JSON Review - Part 2

JSon Foreign Vol.1 Review

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about JSON and what they use it for.
  • The Last Breaking Change | JSON Schema Blog
    The YAML 0.1 spec was sent to a public user group in May 2001. JSON was named in a State Software internal discussion. State Software was founded in March 2001. json.org was launched in 2002. Therefore you’re just wrong: YAML came out before JSON. Source: about 1 year ago
  • Why does wine give warnings about using 64bit prefixes, or has 32bit packages? Hasn't the world moved on from 32 bit a century ago?
    How come that doesn't apply to other libraries? For example, when I write Java or Node.js programs, I don't need to make sure packages like json.org or express.js have a 32bit or 64bit environment. What makes windows libs different than NPM libs? Source: over 1 year ago
  • “Ignore the f'ing haters ” And other lessons learned from creating a popular
    The first two sentences of the text on http://json.org are "JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write." It's a primary goal of JSON, it's fair to question whether it's successful at it. Personally, I'd much rather write TOML or S expressions. I don't like YAML at all, the whitespace sensitivity drives me nuts. - Source: Hacker News / over 1 year ago
  • Recording your JSON data to MCAP, a file format that support multiple serialization formats
    To help you make the transition, we’ve written a tutorial on how to write an MCAP writer in Python to record JSON data to an MCAP file. Source: almost 2 years ago
  • replace \" with "
    What you need to probably do is to step back and learn the format for JSON, and the core data structures that you will find in most languages:. Source: almost 2 years ago
  • json, please...
    Literally the first paragraph on json.org. Source: about 2 years ago
  • Need help extracting text between curly braces in Visual Basic
    Ah, so that's the thing, the serialization is called JSON (the full format of it can be found at http://json.org). To use it inside anything useful, you need to parse it somehow, typically using a pre-made JSON parser like the one above :). Source: over 2 years ago
  • how to build a JSON parser?
    I don't know how to count JSON versions, but RFC 7159 from 2014 allows any JSON value to be at the top level, as does the grammar specified in json.org. Source: over 2 years ago
  • type hints mypy
    If you're asking why I defined it that way, take a look at https://json.org where it's defined (I actually forgot about including bool). Source: over 2 years ago
  • Why Use MongoDB and When to Use It?
    A document database, MongoDB makes it easy for developers to store structured and unstructured data. It employs a like JSON format to keep documents. The format is directly mapped to native objects in most current programming languages, which makes it a perfect option for developers since they don't have to worry about how to normalize data. MongoDB can also handle a large volume of data and be scaled horizontally... - Source: dev.to / over 2 years ago
  • 6 JSON Tools to Improve Your Productivity
    JSON is a data format with a number of data types such as strings, booleans, lists, numbers, objects, etc... It is one of the popular, easiest, and lightweight and formats used for interaction between services. In this blog post, I will list down 10 JSON tools that help to improve your parse, format, and visualize JSON in a better and easier way. - Source: dev.to / almost 3 years ago
  • handling u'' quoted JSON
    No, Kibana is interpreting the data and turning it into JSON for you. There is a big difference. u".." is not JSON. You can see the formal spec here; it is very short: https://json.org. Source: almost 3 years ago
  • Agree?
    At the end of the day, comments in JSON are against the JSON standard (see json.org). So even if some parsers accept comments, those parsers would be non-compliant, and you can't rely on the same behavior in other parsers. Which makes your JSON non-portable. Source: about 3 years ago

Do you know an article comparing JSON to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic JSON discussion

Log in or Post with

This is an informative page about JSON. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.