Hacker News new | past | comments | ask | show | jobs | submit login

Not sure about JSON, but YAML has the Norway problem: https://hitchdev.com/strictyaml/why/implicit-typing-removed/



JSON does not, because JSON is explicitly typed:

   - "... - string
   - 14, 14.5 - number (problematic)
   - false, true - bool
   - {... - object
   - [... - array
   - null
No cute abbreviations.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: