Intellij DOM for JSON

Is there something like the XML DOM API but for JSON files?

0

No.

0
Avatar
Permanently deleted user

Hi,

I up the topic to know if you added a JSON parser into IntelliJ or if I need to use a library like Jackson to manipulate JSON file to communicate with an API ?

0

There is a JSON parser in IntelliJ IDEA Ultimate, but it's intended for editing JSON. To communicate with an API, you should use a standard JSON library such as Jackson or GSON.

0

请先登录再写评论。