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 ?
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.
No.
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 ?
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.