Skip to content

Add APIJSON to ORM - #1333

Open
TommyLemon wants to merge 1 commit into
akullpp:mainfrom
TommyLemon:patch-2
Open

TommyLemon wants to merge 1 commit into
akullpp:mainfrom
TommyLemon:patch-2

Conversation

@TommyLemon

@TommyLemon TommyLemon commented Sep 20, 2026

Copy link
Copy Markdown

Adds APIJSON to the ORM section.

APIJSON is a JSON based internet communication protocol and an ORM library
that largely simplifies the process of back-end API development.
It also allows users to get data more quickly with self-defined form and fewer endpoints requests.

For getting data:

You can get any data by defining the specific information you want and send it to the server.
You can get different types of data by making just one request to the server.
It's very convenient and flexible, and dosen't require different API endpoints with multiple requests.
It provides CRUD(read and write), Fuzzy Search, Remote Function Calls, etc.
You can also save duplicate data, see request history, etc.

For API design:

APIJSON largely reduces API developers' workload by reducing most api design and documentation work.
With APIJSON, client developers will no longer be suffered from possible errors in documents,
and it saves communication between server developers and client developers about APIs or documentations.
Server developers no longer need to worry about compatibility of APIs and documents with legacy apps.

Details:

Repo: https://github.com/APIJSON/APIJSON
License: Apache-2.0
Documentation in English: https://github.com/APIJSON/APIJSON#readme
Java 8+; currently 8.3.0 (2026-08-12).

Suggestion type

  • Project
  • Resource

Checklist

  • I searched the list and existing issues for duplicates.
  • I changed README_SOURCE.md, not the generated README.md.
  • This pull request contains one suggestion.
  • The suggestion is relevant to Java or the JVM and fits its chosen category.
  • I used the canonical project or resource link.
  • The suggestion is current and maintained.
  • The concise, neutral description explains its distinguishing value and ends with punctuation.
  • Licensing is clear and any restrictive terms are disclosed where applicable.

Summary by cubic

Adds APIJSON to the ORM section of the Java/JVM library list, offering a real-time, no-code ORM that lets clients customize response JSONs.

Written for commit 13e506c. Summary will update on new commits.

Review in cubic

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="README_SOURCE.md">

<violation number="1" location="README_SOURCE.md:835">
P3: The description violates the list's "concise, neutral description" convention (CONTRIBUTING.md: "Keep descriptions short, factual"). Claims like "powerful and secure" and "without coding by Backend" are promotional, and the wording mixes mid-sentence capitals ("Docs", "Backend", "Frontend") into a run-on clause. Reword to a short, factual, sentence-case description.</violation>
</file>

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread README_SOURCE.md
_APIs that handle the persistence of objects._

- [Apache Cayenne](https://github.com/apache/cayenne) - Provides a clean, static API for data access. Also includes a GUI Modeler for working with database mappings, and DB reverse engineering and generation.
- [APIJSON](https://github.com/APIJSON/APIJSON) - Real-Time no-code, powerful and secure ORM providing APIs and Docs without coding by Backend, and Frontend(Client) can customize response JSONs.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: The description violates the list's "concise, neutral description" convention (CONTRIBUTING.md: "Keep descriptions short, factual"). Claims like "powerful and secure" and "without coding by Backend" are promotional, and the wording mixes mid-sentence capitals ("Docs", "Backend", "Frontend") into a run-on clause. Reword to a short, factual, sentence-case description.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README_SOURCE.md, line 835:

<comment>The description violates the list's "concise, neutral description" convention (CONTRIBUTING.md: "Keep descriptions short, factual"). Claims like "powerful and secure" and "without coding by Backend" are promotional, and the wording mixes mid-sentence capitals ("Docs", "Backend", "Frontend") into a run-on clause. Reword to a short, factual, sentence-case description.</comment>

<file context>
@@ -832,6 +832,7 @@ _Libraries for building network clients and servers._
 _APIs that handle the persistence of objects._
 
 - [Apache Cayenne](https://github.com/apache/cayenne) - Provides a clean, static API for data access. Also includes a GUI Modeler for working with database mappings, and DB reverse engineering and generation.
+- [APIJSON](https://github.com/APIJSON/APIJSON) - Real-Time no-code, powerful and secure ORM providing APIs and Docs without coding by Backend, and Frontend(Client) can customize response JSONs.
 - [Doma](https://github.com/domaframework/doma) - Database access framework that verifies and generates source code at compile time using annotation processing as well as native SQL templates called two-way SQL.
 - [Ebean](https://github.com/ebean-orm/ebean) - Provides simple and fast data access.
</file context>
Suggested change
- [APIJSON](https://github.com/APIJSON/APIJSON) - Real-Time no-code, powerful and secure ORM providing APIs and Docs without coding by Backend, and Frontend(Client) can customize response JSONs.
- [APIJSON](https://github.com/APIJSON/APIJSON) - ORM that generates backend APIs and docs from JSON requests, with client-defined response structures and built-in CRUD, fuzzy search, and remote function calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant