![](/static/c15a0eb1/assets/icons/icon-96x96.png)
![](https://lemmy.world/pictrs/image/0d5e3a0e-e79d-4062-a7bc-ccc1e7baacf1.png)
Have you considered the pay is lower because the benefits are higher? In the UK they have universal healthcare which means that part of your salary which used to go to healthcare is now not needed.
Bro I’m not even from the UK I’m from Spain where wages are lower in technical fields and all your “benefits” are the bare minimum any job offers. You then need to offer stuff like remote work, flexible pay, flexible hours, restaurant ticket and more for me to consider a lower wage.
I’m on a technical field and 30k€ would be the bare minimum I would ask for a job after having like 2 years of experience.
Not even trying to negotiate from 30k means they are asking lower than 25k and that’s laughable low for a tech job.
And I’m in Spain, one of the cheapest European countries regarding tech work pay.
I disagree that json is not human writable. JSON is perfectly writable since it has explicit visible separations between elements.
It might look ugly but it’s perfectly readable and writeable.
Granted, I always read json after parsing it with an auto formatter. Maybe that’s why people say that json is difficult to read? It’s true that unformatted json (minified) is way worse than yaml but no one in their right mind would not format the json, specially when it’s natively supported by most code editors.
BTW, about documentation, post formatting json looks very much like a yaml, all yaml docs can be converted to json instructions if you think a little bit.