summaryrefslogtreecommitdiff
path: root/Userland/jp.cpp
AgeCommit message (Expand)Author
2020-08-06Userland: Handle invalid JSON in 'jp'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'jp'Linus Groh
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-02-11jp: Use pledge()Andreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-29jp: Print double-quotes around string values in outputAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-08-07JSON: Templatize the JSON serialization codeAndreas Kling
2019-07-02Userland: Don't return an error when jp is run without argumentsDan MacDonald
2019-06-30Userland: Add a simple JSON pretty-printing utility called /bin/jpAndreas Kling