Moving Json library for next versions

Hi,
could you please move the bundled json library to more friendly directory?

Right now, to use it I must do this:

#include "CCArmature/external_tool/Json/lib_json/json_lib.h"

I’d rather do something like:

#include "support/lib_json/json_lib.h"

or:

#include "support/Json/lib_json/json_lib.h"

It would be a good and easy improvement to do! :slight_smile: