Personal tools
Skip to content. | Skip to navigation
Small example clients that use the Jack Audio Connection Kit.
Jackson is a: * Streaming (reading, writing) * FAST (measured to be faster than any other Java json parser and data binder) * Powerful (full data binding for common JDK classes as well as any Java bean class, Collection, Map or Enum) * Zero-dependency (does not rely on other packages beyond JDK) * Open Source (LGPL or AL) * Fully conformant * Extremely configurable JSON processor (JSON parser + JSON generator) written in Java. Beyond basic JSON reading/writing (parsing, generating), it also offers full node-based Tree Model, as well as full OJM (Object/Json Mapper) data binding functionality.
JSON processor (JSON parser + JSON generator) written in Java. Beyond basic JSON reading/writing (parsing, generating), it also offers full node-based Tree Model, as well as full OJM (Object/Json Mapper) data binding functionality.
JadeTeX contains the additional LaTeX macros necessary for taking Jade TeX output files and processing them as TeX files (to obtain DVI, PostScript, or PDF files, for example).
Jaeger, inspired by Dapper and OpenZipkin, is a distributed tracing system released as open source by Uber Technologies.
Jaeger client libraries expect jaeger-agent process to run locally on each host. The agents can connect point to point to a single collector address, which could be load balanced by another infrastructure component (e.g. DNS) across multiple collectors. The agent can also be configured with a static list of collector addresses.