commit | 8ab87124bb89cfbd043baae85e766a20681df10d | [log] [tgz] |
---|---|---|
author | Vova Bilonenko <bilonenko.v@gmail.com> | Sat Aug 18 09:07:34 2018 +0200 |
committer | Vova Bilonenko <bilonenko.v@gmail.com> | Sat Aug 18 09:07:34 2018 +0200 |
tree | 60a16bd6fd3c6698a276df6717dbda319b3ea844 | |
parent | 4bc1a15c86bc2a1a4a9950600e8a4d516a615c8c [diff] |
iterating json array members
c_cpp_properties.json
{ "configurations": [ { "name": "CPP Mac", "includePath": [ "${workspaceFolder}/**", "/usr/include/**" ], "defines": [], "macFrameworkPath": [ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks" ], "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "clang-x64", "compileCommands": "${workspaceFolder}/build/compile_commands.json" } ], "version": 4 }