Tagged “json”
-
TIL how JSON bet on simplicity json api history
I had a goal of being able to put JSON standard on the back of a business card
-
TIL using jq to turn JSON into CSV terminal csv json
jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data all within the command line.
-
TIL Never deserializing untrusted data php security vulnerability json
This happened the most in PHP, because for some reason, PHP developers love to serialize/deserialize objects instead of using JSON, but I’d say almost every case we saw where a server was deserializing a client object and parsing it led to a horrible exploit.
-
TIL a JWT decoder and how it works security json jwt
JWT (JSON Web Tokens) are essentially just JSON objects that are hashed. This site decodes them and explains how it works
See all tags.