coldframe VS json-ada

Compare coldframe vs json-ada and see what are their differences.

coldframe

ColdFrame generates Ada framework code and documentation from UML models. (by simonjwright)

json-ada

An Ada 2012 library for parsing JSON (by onox)
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
coldframe json-ada
3 3
8 39
- -
6.6 10.0
8 months ago almost 2 years ago
Ada Ada
GNU General Public License v3.0 only Apache License 2.0
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.

coldframe

Posts with mentions or reviews of coldframe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-02.
  • June 2023 What Are You Working On?
    5 projects | /r/ada | 2 Jun 2023
    Minimal Containers - These containers are modelled on the standard Bounded_Vectors and Bounded_Hashed_Maps, but have a reduced memory footprint. They were initially created for use in my ColdFrame, especially when used in a Ravenscar context on an MCU.
  • March 2023 What Are You Working On?
    4 projects | /r/ada | 1 Mar 2023
    Work on a pair of minimal containers, to suit my ColdFrame, specifically for MCUs. This led to interesting discoveries, e.g. GCC PR 108801 (note the palindrome!) and that GCC 13.0.1 (20230129) won’t compile stm32-timers.adb at -O2 (an obscure message about GIMPLE).
  • February 2023 What Are You Working On?
    10 projects | /r/ada | 1 Feb 2023
    Checking out GCC 13; looking at this issue.

json-ada

Posts with mentions or reviews of json-ada. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-01.
  • February 2023 What Are You Working On?
    10 projects | /r/ada | 1 Feb 2023
    Due to mainly lack of time with my research and students, I'd love if someone can help me in replacing GNATColl's JSON with another library (typically json-ada or any other light/nodependency json parser). See the issue on github if anyone interested.
  • Simple JSON library with little or no dependencies?
    3 projects | /r/ada | 11 Jan 2023
    Json-ada thankfully is not a lot of files and if you wanted to your could just copy them into the directory your source files are in: https://github.com/onox/json-ada/tree/master/json/src

What are some alternatives?

When comparing coldframe and json-ada you can also consider the following projects:

euler_examples - Some Euler Project problems solved in Ada

ada_iso - ISO Standard references for Ada such as ISO 1366 (country codes) and ISO 4217 (currencies)

protohackers

scripted_testing - Supports functional testing using Tcl scripts.

getada - An unofficial installer for Alire

euler_tools - Assortment of Ada functions to solve Euler Project problems

deflate - A deflate compression library

minimal_containers - Just enough containers for ColdFrame.