netheril96 / StaticJSON

Fast, direct and static typed parsing of JSON with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please consider adding support for package managers

parkertomatoes opened this issue · comments

Thank you for this excellent library.

However, this:

Just drop the include and src directory into your own project

means a lot of folks, including myself, can't really use it. Being able to manage and easily update dependencies is important, especially for a non-header-only library.

So, purely as a feature request and with the intention of making using StaticJSON more accessible, please consider either adding a:

Thanks