I'm quite the happy jackson objectmapper user.
But one thing that does bug me is the way i manually have to enter html in json, there is a lot of escaping which is very difficult for a inexperience user.
Is there a way the allow unescaped plain html in a json file that can be read by jackson? For example something like cdata in xml.
The json doesn't have to meet the json specifications/standard and any pre or post processing is possible. But it needs to be entered manually in the json using for example notepad.
There are many questions and answers on stackoverflow on this topic, but they mostly all need to meet the json specification which isn't a requirement for me.