nlohmann_json.natvis 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
  3. <!-- Edit ./tools/generate_natvis/nlohmann_json.natvis.j2 -->
  4. <!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
  5. <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
  6. <!-- Namespace nlohmann -->
  7. <Type Name="nlohmann::basic_json&lt;*&gt;">
  8. <DisplayString Condition="m_type == nlohmann::detail::value_t::null">null</DisplayString>
  9. <DisplayString Condition="m_type == nlohmann::detail::value_t::object">{*(m_value.object)}</DisplayString>
  10. <DisplayString Condition="m_type == nlohmann::detail::value_t::array">{*(m_value.array)}</DisplayString>
  11. <DisplayString Condition="m_type == nlohmann::detail::value_t::string">{*(m_value.string)}</DisplayString>
  12. <DisplayString Condition="m_type == nlohmann::detail::value_t::boolean">{m_value.boolean}</DisplayString>
  13. <DisplayString Condition="m_type == nlohmann::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
  14. <DisplayString Condition="m_type == nlohmann::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
  15. <DisplayString Condition="m_type == nlohmann::detail::value_t::number_float">{m_value.number_float}</DisplayString>
  16. <DisplayString Condition="m_type == nlohmann::detail::value_t::discarded">discarded</DisplayString>
  17. <Expand>
  18. <ExpandedItem Condition="m_type == nlohmann::detail::value_t::object">
  19. *(m_value.object),view(simple)
  20. </ExpandedItem>
  21. <ExpandedItem Condition="m_type == nlohmann::detail::value_t::array">
  22. *(m_value.array),view(simple)
  23. </ExpandedItem>
  24. </Expand>
  25. </Type>
  26. <!-- Skip the pair first/second members in the treeview while traversing a map.
  27. Only works in VS 2015 Update 2 and beyond using the new visualization -->
  28. <Type Name="std::pair&lt;*, nlohmann::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
  29. <DisplayString>{second}</DisplayString>
  30. <Expand>
  31. <ExpandedItem>second</ExpandedItem>
  32. </Expand>
  33. </Type>
  34. <!-- Namespace nlohmann::json_abi -->
  35. <Type Name="nlohmann::json_abi::basic_json&lt;*&gt;">
  36. <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::null">null</DisplayString>
  37. <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::object">{*(m_value.object)}</DisplayString>
  38. <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::array">{*(m_value.array)}</DisplayString>
  39. <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::string">{*(m_value.string)}</DisplayString>
  40. <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::boolean">{m_value.boolean}</DisplayString>
  41. <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
  42. <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
  43. <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::number_float">{m_value.number_float}</DisplayString>
  44. <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::discarded">discarded</DisplayString>
  45. <Expand>
  46. <ExpandedItem Condition="m_type == nlohmann::json_abi::detail::value_t::object">
  47. *(m_value.object),view(simple)
  48. </ExpandedItem>
  49. <ExpandedItem Condition="m_type == nlohmann::json_abi::detail::value_t::array">
  50. *(m_value.array),view(simple)
  51. </ExpandedItem>
  52. </Expand>
  53. </Type>
  54. <!-- Skip the pair first/second members in the treeview while traversing a map.
  55. Only works in VS 2015 Update 2 and beyond using the new visualization -->
  56. <Type Name="std::pair&lt;*, nlohmann::json_abi::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
  57. <DisplayString>{second}</DisplayString>
  58. <Expand>
  59. <ExpandedItem>second</ExpandedItem>
  60. </Expand>
  61. </Type>
  62. <!-- Namespace nlohmann::json_abi_v3_11_2 -->
  63. <Type Name="nlohmann::json_abi_v3_11_2::basic_json&lt;*&gt;">
  64. <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::null">null</DisplayString>
  65. <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::object">{*(m_value.object)}</DisplayString>
  66. <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::array">{*(m_value.array)}</DisplayString>
  67. <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::string">{*(m_value.string)}</DisplayString>
  68. <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::boolean">{m_value.boolean}</DisplayString>
  69. <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
  70. <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
  71. <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::number_float">{m_value.number_float}</DisplayString>
  72. <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::discarded">discarded</DisplayString>
  73. <Expand>
  74. <ExpandedItem Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::object">
  75. *(m_value.object),view(simple)
  76. </ExpandedItem>
  77. <ExpandedItem Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::array">
  78. *(m_value.array),view(simple)
  79. </ExpandedItem>
  80. </Expand>
  81. </Type>
  82. <!-- Skip the pair first/second members in the treeview while traversing a map.
  83. Only works in VS 2015 Update 2 and beyond using the new visualization -->
  84. <Type Name="std::pair&lt;*, nlohmann::json_abi_v3_11_2::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
  85. <DisplayString>{second}</DisplayString>
  86. <Expand>
  87. <ExpandedItem>second</ExpandedItem>
  88. </Expand>
  89. </Type>
  90. <!-- Namespace nlohmann::json_abi_diag -->
  91. <Type Name="nlohmann::json_abi_diag::basic_json&lt;*&gt;">
  92. <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::null">null</DisplayString>
  93. <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::object">{*(m_value.object)}</DisplayString>
  94. <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::array">{*(m_value.array)}</DisplayString>
  95. <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::string">{*(m_value.string)}</DisplayString>
  96. <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::boolean">{m_value.boolean}</DisplayString>
  97. <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
  98. <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
  99. <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::number_float">{m_value.number_float}</DisplayString>
  100. <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::discarded">discarded</DisplayString>
  101. <Expand>
  102. <ExpandedItem Condition="m_type == nlohmann::json_abi_diag::detail::value_t::object">
  103. *(m_value.object),view(simple)
  104. </ExpandedItem>
  105. <ExpandedItem Condition="m_type == nlohmann::json_abi_diag::detail::value_t::array">
  106. *(m_value.array),view(simple)
  107. </ExpandedItem>
  108. </Expand>
  109. </Type>
  110. <!-- Skip the pair first/second members in the treeview while traversing a map.
  111. Only works in VS 2015 Update 2 and beyond using the new visualization -->
  112. <Type Name="std::pair&lt;*, nlohmann::json_abi_diag::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
  113. <DisplayString>{second}</DisplayString>
  114. <Expand>
  115. <ExpandedItem>second</ExpandedItem>
  116. </Expand>
  117. </Type>
  118. <!-- Namespace nlohmann::json_abi_diag_v3_11_2 -->
  119. <Type Name="nlohmann::json_abi_diag_v3_11_2::basic_json&lt;*&gt;">
  120. <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::null">null</DisplayString>
  121. <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::object">{*(m_value.object)}</DisplayString>
  122. <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::array">{*(m_value.array)}</DisplayString>
  123. <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::string">{*(m_value.string)}</DisplayString>
  124. <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::boolean">{m_value.boolean}</DisplayString>
  125. <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
  126. <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
  127. <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::number_float">{m_value.number_float}</DisplayString>
  128. <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::discarded">discarded</DisplayString>
  129. <Expand>
  130. <ExpandedItem Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::object">
  131. *(m_value.object),view(simple)
  132. </ExpandedItem>
  133. <ExpandedItem Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::array">
  134. *(m_value.array),view(simple)
  135. </ExpandedItem>
  136. </Expand>
  137. </Type>
  138. <!-- Skip the pair first/second members in the treeview while traversing a map.
  139. Only works in VS 2015 Update 2 and beyond using the new visualization -->
  140. <Type Name="std::pair&lt;*, nlohmann::json_abi_diag_v3_11_2::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
  141. <DisplayString>{second}</DisplayString>
  142. <Expand>
  143. <ExpandedItem>second</ExpandedItem>
  144. </Expand>
  145. </Type>
  146. <!-- Namespace nlohmann::json_abi_ldvcmp -->
  147. <Type Name="nlohmann::json_abi_ldvcmp::basic_json&lt;*&gt;">
  148. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::null">null</DisplayString>
  149. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::object">{*(m_value.object)}</DisplayString>
  150. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::array">{*(m_value.array)}</DisplayString>
  151. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::string">{*(m_value.string)}</DisplayString>
  152. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::boolean">{m_value.boolean}</DisplayString>
  153. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
  154. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
  155. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::number_float">{m_value.number_float}</DisplayString>
  156. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::discarded">discarded</DisplayString>
  157. <Expand>
  158. <ExpandedItem Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::object">
  159. *(m_value.object),view(simple)
  160. </ExpandedItem>
  161. <ExpandedItem Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::array">
  162. *(m_value.array),view(simple)
  163. </ExpandedItem>
  164. </Expand>
  165. </Type>
  166. <!-- Skip the pair first/second members in the treeview while traversing a map.
  167. Only works in VS 2015 Update 2 and beyond using the new visualization -->
  168. <Type Name="std::pair&lt;*, nlohmann::json_abi_ldvcmp::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
  169. <DisplayString>{second}</DisplayString>
  170. <Expand>
  171. <ExpandedItem>second</ExpandedItem>
  172. </Expand>
  173. </Type>
  174. <!-- Namespace nlohmann::json_abi_ldvcmp_v3_11_2 -->
  175. <Type Name="nlohmann::json_abi_ldvcmp_v3_11_2::basic_json&lt;*&gt;">
  176. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::null">null</DisplayString>
  177. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::object">{*(m_value.object)}</DisplayString>
  178. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::array">{*(m_value.array)}</DisplayString>
  179. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::string">{*(m_value.string)}</DisplayString>
  180. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::boolean">{m_value.boolean}</DisplayString>
  181. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
  182. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
  183. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::number_float">{m_value.number_float}</DisplayString>
  184. <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::discarded">discarded</DisplayString>
  185. <Expand>
  186. <ExpandedItem Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::object">
  187. *(m_value.object),view(simple)
  188. </ExpandedItem>
  189. <ExpandedItem Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::array">
  190. *(m_value.array),view(simple)
  191. </ExpandedItem>
  192. </Expand>
  193. </Type>
  194. <!-- Skip the pair first/second members in the treeview while traversing a map.
  195. Only works in VS 2015 Update 2 and beyond using the new visualization -->
  196. <Type Name="std::pair&lt;*, nlohmann::json_abi_ldvcmp_v3_11_2::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
  197. <DisplayString>{second}</DisplayString>
  198. <Expand>
  199. <ExpandedItem>second</ExpandedItem>
  200. </Expand>
  201. </Type>
  202. <!-- Namespace nlohmann::json_abi_diag_ldvcmp -->
  203. <Type Name="nlohmann::json_abi_diag_ldvcmp::basic_json&lt;*&gt;">
  204. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::null">null</DisplayString>
  205. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::object">{*(m_value.object)}</DisplayString>
  206. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::array">{*(m_value.array)}</DisplayString>
  207. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::string">{*(m_value.string)}</DisplayString>
  208. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::boolean">{m_value.boolean}</DisplayString>
  209. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
  210. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
  211. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::number_float">{m_value.number_float}</DisplayString>
  212. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::discarded">discarded</DisplayString>
  213. <Expand>
  214. <ExpandedItem Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::object">
  215. *(m_value.object),view(simple)
  216. </ExpandedItem>
  217. <ExpandedItem Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::array">
  218. *(m_value.array),view(simple)
  219. </ExpandedItem>
  220. </Expand>
  221. </Type>
  222. <!-- Skip the pair first/second members in the treeview while traversing a map.
  223. Only works in VS 2015 Update 2 and beyond using the new visualization -->
  224. <Type Name="std::pair&lt;*, nlohmann::json_abi_diag_ldvcmp::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
  225. <DisplayString>{second}</DisplayString>
  226. <Expand>
  227. <ExpandedItem>second</ExpandedItem>
  228. </Expand>
  229. </Type>
  230. <!-- Namespace nlohmann::json_abi_diag_ldvcmp_v3_11_2 -->
  231. <Type Name="nlohmann::json_abi_diag_ldvcmp_v3_11_2::basic_json&lt;*&gt;">
  232. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::null">null</DisplayString>
  233. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::object">{*(m_value.object)}</DisplayString>
  234. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::array">{*(m_value.array)}</DisplayString>
  235. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::string">{*(m_value.string)}</DisplayString>
  236. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::boolean">{m_value.boolean}</DisplayString>
  237. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
  238. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
  239. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::number_float">{m_value.number_float}</DisplayString>
  240. <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::discarded">discarded</DisplayString>
  241. <Expand>
  242. <ExpandedItem Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::object">
  243. *(m_value.object),view(simple)
  244. </ExpandedItem>
  245. <ExpandedItem Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::array">
  246. *(m_value.array),view(simple)
  247. </ExpandedItem>
  248. </Expand>
  249. </Type>
  250. <!-- Skip the pair first/second members in the treeview while traversing a map.
  251. Only works in VS 2015 Update 2 and beyond using the new visualization -->
  252. <Type Name="std::pair&lt;*, nlohmann::json_abi_diag_ldvcmp_v3_11_2::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
  253. <DisplayString>{second}</DisplayString>
  254. <Expand>
  255. <ExpandedItem>second</ExpandedItem>
  256. </Expand>
  257. </Type>
  258. </AutoVisualizer>