Showing posts with label YAML. Show all posts
Showing posts with label YAML. Show all posts

Monday, October 2, 2017

YAML vs JSON

YAML is better than JSON its been said in a while over few interviews I had attended. When I'd referred internet, that's what I had I read as well. About YAML I had read in SpringBoot documentation under spring.io official site. As per them, YAML is better JSON. When I had look at YAML it was like more aggregated values for Java Property file, I mean more delved properties.

When it comes to JSON it is Javascript Object Notation, it is been passed as a string over net as part of transaction.