Integrated: 7903788: preparation towards json configuration for jextract tool

Athijegannathan Sundararajan sundar at openjdk.org
Fri Aug 16 15:12:01 UTC 2024


On Fri, 16 Aug 2024 11:49:29 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:

> * adding json skara code into org.openjdk.jextract.json.parser package. Minor changes done - pretty printing, JSONValue is made sealed and access changes (private final fields).
> * org.openjdk.jextract.json package for JSON interface to the rest of the jextract tool. Main interface is org.openjdk.jextract.json.JSON. parse and toString methods to convert record into JSON String and vice versa.
> * Other classes are public mainly for testing purposes. build.gradle adjusted with the required --add-exports clauses so that jextract module does not have to export the new json packages.

This pull request has now been integrated.

Changeset: a76a7621
Author:    Athijegannathan Sundararajan <sundar at openjdk.org>
URL:       https://git.openjdk.org/jextract/commit/a76a76211e929fa573ed2a7546ef0aaee9680bd9
Stats:     2126 lines in 12 files changed: 2126 ins; 0 del; 0 mod

7903788: preparation towards json configuration for jextract tool

Reviewed-by: mcimadamore

-------------

PR: https://git.openjdk.org/jextract/pull/257


More information about the jextract-dev mailing list