The JSON-C port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
-<a name="android">
+<a name="android"></a>
Building for Android
----------------------
make install
```
-<a name="linking">
+<a name="linking"></a>
Linking to `libjson-c`
----------------------
cmake -DCMAKE_PREFIX_PATH=/path/to/json_c/install/lib64/cmake ..
```
-<a name="using">
+<a name="using"></a>
Using json-c
------------