mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:24:57 +00:00
Utilities: Rename jp
to json
With the scope of `jp` expanding beyond just printing JSON (e.g. querying JSON), `json` seems to be a more fitting name.
This commit is contained in:
parent
424033be44
commit
b80c24f57f
2 changed files with 1 additions and 1 deletions
|
@ -135,9 +135,9 @@ target_link_libraries(id LibMain)
|
|||
target_link_libraries(ifconfig LibMain)
|
||||
target_link_libraries(ini LibMain)
|
||||
target_link_libraries(install-bin LibMain)
|
||||
target_link_libraries(jp LibMain)
|
||||
target_link_libraries(js LibJS LibLine LibMain LibTextCodec)
|
||||
link_with_locale_data(js)
|
||||
target_link_libraries(json LibMain)
|
||||
target_link_libraries(kcov-example LibMain)
|
||||
target_link_libraries(keymap LibKeyboard LibMain)
|
||||
target_link_libraries(kill LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue