Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
#######
#
# E-scripts on json.
#
# Note 1: use the eev command (defined in eev.el) and the
# ee alias (in my .zshrc) to execute parts of this file.
# Executing this file as a whole makes no sense.
# An introduction to eev can be found here:
#
#   (find-eev-quick-intro)
#   http://anggtwu.net/eev-intros/find-eev-quick-intro.html
#
# Note 2: be VERY careful and make sure you understand what
# you're doing.
#
# Note 3: If you use a shell other than zsh things like |&
# and the for loops may not work.
#
# Note 4: I always run as root.
#
# Note 5: some parts are too old and don't work anymore. Some
# never worked.
#
# Note 6: the definitions for the find-xxxfile commands are on my
# .emacs.
#
# Note 7: if you see a strange command check my .zshrc -- it may
# be defined there as a function or an alias.
#
# Note 8: the sections without dates are always older than the
# sections with dates.
#
# This file is at <http://anggtwu.net/e/json.e>
#           or at <http://anggtwu.net/e/json.e.html>.
#        See also <http://anggtwu.net/emacs.html>,
#                 <http://anggtwu.net/.emacs[.html]>,
#                 <http://anggtwu.net/.zshrc[.html]>,
#                 <http://anggtwu.net/escripts.html>,
#             and <http://anggtwu.net/>.
#
#######



# «.json-rpc»	(to "json-rpc")
# «.jsonrpc»	(to "jsonrpc")



https://github.com/josephburnett/jd JSON diff and patch
https://stackoverflow.com/questions/352098/how-can-i-pretty-print-json-in-a-shell-script
# (find-es "youtube" "info")

https://mcyoung.xyz/2024/12/10/json-sucks/

https://www.reddit.com/r/emacs/comments/uvlm1o/new_package_jsonianmode/
https://github.com/iwahbe/jsonian
# (find-fline "~/LOGS/2024dec12.emacs2" "json-mode.el and jsonian")




#####
#
# json-rpc
# 2024dec26
#
#####

# «json-rpc»  (to ".json-rpc")
# (find-pip3-links "json-rpc")
# (find-angg ".emacs" "ee-rstdoc-:jsonrpc")
# https://json-rpc.readthedocs.io/en/latest/
# (find-wgetrecursive-links "https://json-rpc.readthedocs.io/en/latest/")
# https://github.com/pavlov99/json-rpc
# (find-git-links "https://github.com/pavlov99/json-rpc" "jsonrpc")
# (code-c-d "jsonrpc" "~/usrc/json-rpc/")
# (find-jsonrpcfile "")
# (find-jsonrpcfile "examples/")
# (find-jsonrpcfile "examples/client.py")
# (find-jsonrpcfile "examples/server.py")
# (find-jsonrpcdocrfile "")
# (find-jsonrpcdocrfile "quickstart.rst")
# (find-jsonrpcdoc "quickstart")
# (find-jsonrpcfile "jsonrpc/")





#####
#
# jsonrpc
# 2024dec24
#
#####

# «jsonrpc»  (to ".jsonrpc")
# (find-node "(elisp)JSONRPC Overview")
# (find-angg "JSONRPC/quickstart-server.py")

# https://www.youtube.com/watch?v=u7DW78ng9Cg
# (find-youtubedl-links "/tmp/" nil "u7DW78ng9Cg" nil "{stem}")
# (find-youtubedl-links "/tmp/" "00_-_Why_You_Want_Programmable_Tools" "u7DW78ng9Cg" ".webm" "wywp")
# (code-video "wywpvideo" "/tmp/00_-_Why_You_Want_Programmable_Tools-u7DW78ng9Cg.webm")
# (find-wywpvideo "0:00")
# (find-wywpvideo "2:21" "jsonrpc")

<edrx> ,jsonrpc
<fsbot> fast-lsp: [0] lsp-booster (works with eglot and lsp-mode)
        https://github.com/blahgeek/emacs-lsp-booster
<fsbot> [1] lsp-booster for eglot:
        https://github.com/jdtsmith/eglot-booster
<fsbot> [2] an unmaintained emacs-fork of lsp-mode-community
        supporting non-blocking jsonrpc
        https://github.com/emacs-lsp/emacs
<fsbot> [3] for eglot, see (info "(eglot) Performance")
(edrx) 


# (find-pip3-links "json-rpc")
# (find-pip3-links "werkzeug")
# https://json-rpc.readthedocs.io/en/latest/quickstart.html#integration
# (find-fline "/tmp/jsonrpc-server.py")
# (find-fline "/tmp/jsonrpc-client.py")
# (find-angg "JSONRPC/quickstart-client.py")




https://json-rpc.readthedocs.io/en/latest/quickstart.html
https://pypi.org/project/python-jsonrpc-server/


https://www.reddit.com/r/emacs/comments/r9r8w6/example_usage_of_jsonrpcel/
https://github.com/search?q=package-requires+jsonrpc+language%3A%22Emacs+Lisp%22&type=code



* (eepitch-shell)
* (eepitch-kill)
* (eepitch-shell)
cd /tmp/
wget -N 






#  Local Variables:
#  coding:               utf-8-unix
#  End: