json-mop VS json-clos

Compare json-mop vs json-clos and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
json-mop json-clos
2 1
60 -
- -
5.8 -
3 months ago -
Common Lisp
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

json-mop

Posts with mentions or reviews of json-mop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-08.
  • OpenAPI Client Generator
    3 projects | /r/Common_Lisp | 8 Mar 2023
    Hey guys, I want to share my common lisp project openapi-generator (github) to create asdf-loadable clients from OpenAPI/Swagger Specification files in one command. It uses json-mop for parsing the spec into a CLOS object. This object is then used for generating the system.
  • Create CLOS classes from json-schema?
    5 projects | /r/Common_Lisp | 25 Aug 2021
    From awesome-cl, there is json-mop but lack the experience to comment!

json-clos

Posts with mentions or reviews of json-clos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-25.
  • Create CLOS classes from json-schema?
    5 projects | /r/Common_Lisp | 25 Aug 2021
    The library uses my own incorporation of json-mop called json-clos, which is a re-write to make json-mop JSON encoder/decoder independent, but iirc i do some inefficient things with the mop (not that it's a problem because there is an API to generate serialization methods anyways) and I stopped developing it because I became dissatisfied with how metaclasses were being used by library authors to create an adhoc annotation system each time. (This is not some sort of aggression against CL, it's just someone should just write one library for annotations and be done with it, I gave that a try too and am willing to discuss that with people if they are interested, ie they should talk to me if they want to do it). See this but honestly I have probably changed my mind about this a lot since I last wrote in here, and I probably say some stupid things. I guess that can all be forgiven though.

What are some alternatives?

When comparing json-mop and json-clos you can also consider the following projects:

gnuxie.annotations

json-schema2

sheeple - Cheeky prototypes for Common Lisp

ultralisp - The software behind a Ultralisp.org Common Lisp repository

openapi-generator - OpenAPI client system generator.