Stats
Basic unify-jdocs repo stats
0
60
5.7
11 days ago
americanexpress/unify-jdocs is an open source project licensed under Apache License 2.0 which is an OSI approved license.
Unify-jdocs Alternatives
Similar projects and alternatives to unify-jdocs based on common topics and language
-
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
-
jsonschema2pojo
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts.
Hence, a higher number means a better unify-jdocs alternative or higher similarity.
Posts
Posts where unify-jdocs has been mentioned. We have used some of these posts to build our list of alternatives and similar projects - the last one was on 2021-01-24.
-
On the Complexity of JSON Serialization
This article got my attention. Related to what you are saying, in Java, the problem that I was really fed up of was creating domain specific JSON object models to map the JSON documents into to use in code. In other words, mapping JSON to rigidly typed language structure. Its boiler plate, is tedious to do (as the author points out in the article), difficult to change and usually a pain. I solved this problem by creating unify-jdocs which completely eliminates the need to create object models or POJO classes to represent your JSON object. You can read more about it here -> https://github.com/americanexpress/unify-jdocs