summaryrefslogtreecommitdiff
path: root/Userland/Utilities/jp.cpp
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-08jp: Use File::standard_input() when reading from stdinMarcus Nilsson
2021-12-04jp: Port to LibMain :^)Andreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-05-31Userland: Avoid a bunch of JsonObject copiesLinus Groh
2021-05-17Utilities: Correct non-standard assert macros includesJean-Baptiste Boric
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-24jp: set input to stdin if there is no file specified and addCesar Torres
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling