summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-json-parser.cpp
AgeCommit message (Collapse)Author
2021-05-27JSON Parser and Writer (#1859)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * WIP JSONWriter/JSONParser. * Checking different Layout styles for JSON. * Add slang-json-parser.h/.cpp