I need to get JSON data and load it to a table. As I guess I need some C++ skills for it. But can I do this in plain JavaScript or may be QML?
You can do that easily in C++ as Qt5 has native support for JSON. Check the following answer for the example:
How to create/read/write JSon files in Qt5