Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-21 | json: minor style fixessystemd/v220 | Lennart Poettering | |
2015-05-19 | shared/json: Added DOM-like JSON parser | Pavel Odvody | |
This makes working with complexly structured documents easy and more reliable as the parser is not susceptible to element re-ordering. Also fixes a bug when the tokenizer would choke after reading a number. | |||
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
2014-12-15 | shared: add minimal JSON tokenizer | Lennart Poettering | |