From d40e996c1883cad5746e20838ae5039370cf79d9 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 9 Jan 2017 10:44:18 +0100 Subject: [PATCH] Sort list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab93ace9..d1c0ec74 100644 --- a/README.md +++ b/README.md @@ -446,8 +446,8 @@ A curated list of awesome Java frameworks, libraries and software. * [Jackson-datatype-money](https://github.com/zalando/jackson-datatype-money) - Open-source Jackson module to support JSON serialization and deserialization of JavaMoney data types. * [Jackson](http://wiki.fasterxml.com/JacksonHome) - Similar to GSON but has performance gains if you need to instantiate the library more often. * [JSON-io](https://github.com/jdereg/json-io) - Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer. -* [LoganSquare](https://github.com/bluelinelabs/LoganSquare) - JSON parsing and serializing library based on Jackson's streaming API. Outperforms GSON & Jackson's library. * [jsoniter](http://jsoniter.com) - Fast and flexible library with iterator and lazy parsing API. +* [LoganSquare](https://github.com/bluelinelabs/LoganSquare) - JSON parsing and serializing library based on Jackson's streaming API. Outperforms GSON & Jackson's library. ## JSON Processing @@ -558,12 +558,12 @@ A curated list of awesome Java frameworks, libraries and software. * [Kamon](http://www.kamon.io/) - Tool for monitoring applications running on the JVM. * [Metrics](http://metrics.dropwizard.io/) - Expose metrics via JMX or HTTP and can send them to a database. * [New Relic ![c]](http://newrelic.com/) - Performance monitor. +* [nudge4j](https://github.com/lorenzoongithub/nudge4j) - Remote developer console from the browser for Java 8 via bytecode injection. * [OverOps ![c]](https://www.overops.com/) - In-Production error monitoring and debugging. * [Pinpoint](https://github.com/naver/pinpoint) - Open source APM tool. * [Prometheus](https://prometheus.io/) - Provides a multi-dimensional data model, DSL, autonomous server nodes and much more. * [SPM ![c]](https://sematext.com/spm/) - Performance monitor with distributing transaction tracing for JVM apps. * [Stagemonitor](https://github.com/stagemonitor/stagemonitor) - Open source performance monitoring and transaction tracing for JVM apps. -* [nudge4j](https://github.com/lorenzoongithub/nudge4j) - Remote developer console from the browser for Java 8 via bytecode injection. ## Native *For working with platform-specific native libraries.*