jsonurl-java

JSON->URL defines a text format for the JSON data model suitable for use within a URL/URI (as described by RFC3986). This repository holds the Java reference implementation of JSON->URL.

APACHE-2.0 License

Stars
4

Bot releases are hidden (Show)

jsonurl-java - Release v2.0.2 Latest Release

Published by dmaccormack about 3 years ago

v2.0.2

Bug Fixes

jsonurl-java - Release v2.0.1

Published by dmaccormack over 3 years ago

v2.0.1

Overview

Version 2 is a major refactor, and introduces breaking changes to
core. A new streaming, event iterator interface provides the primary
parsing functionality. The abstract Parser interface has been moved to a new
factory package, and is implemented as a layer on top of core. The
jsonorg and jsr374 interfaces are mostly backwards compatible, with
the primary difference that they now extend a class from factory rather
than core.

Added

  • Add support for Address Bar Query String Friendly (AQF) syntax view commit
  • Add support for parsing implied arrays and objects view commit
  • Add support for implied objects with missing values view commit
  • Add support for implied-string-literals option view commit
  • Add support for skip-nulls option view commit
  • Add support for coercing null to empty string on input/output view commit
  • Add support for user-supplied MathContext values view commit

Changed

  • Remove the SPI and create the org.jsonurl.j2se package view commit
  • Remove JsonUrlStringBuilder.add(char) method and replace with JsonUrlStringBuilder.addCodePoint(char) view commit
  • Upgrade org.json:json to 20210307 view commit
  • Fix bug when encoding quoted colon view commit
  • Lots of JavaDoc improvements
  • Fix bug in validation of empty composite values. view commit
jsonurl-java - v1.2.0

Published by dmaccormack over 4 years ago

Changelog

Release of jsonurl-java 1.2.0

Added

Changed

jsonurl-java - v1.1.0

Published by dmaccormack over 4 years ago

Add missing switch defaults view commit

Make NumberBuilder no longer Serializable view commit

Fixed a bug in the Parser.parse() view commit

Add additional test cases view commit

Update example1 view commit

Commit example1 view commit

Fix improper encoding of "=" view commit

Rename Modules view commit

jsonurl-java - v1.0.0

Published by dmaccormack over 4 years ago

Initial release

Package Rankings
Top 28.28% on Repo1.maven.org
Badges
Extracted from project README
Apache License, Version 2.0, January 2004 Release javadoc GitHub Build Status Quality Gate Coverage Lines of Code Security Rating Vulnerabilities Maintainability Rating FOSSA Status Contributor Covenant Conventional Commits Known Vulnerabilities javadoc Known Vulnerabilities javadoc FOSSA Status