All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ch.randelshofer.fastdoubleparser.package-info Maven / Gradle / Ivy

The newest version!
/*
 * @(#)package-info.java
 * Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
 */

/**
 * Provides fast parsers for Java {@code FloatingPointLiteral}s,
 * and JSON {@code number}s.
 * 

* References: *

*
The Java® Language Specification, Java SE 18 Edition, * Chapter 3. Lexical Structure, 3.10.2. Floating-Point Literals
*
docs.oracle.com
* *
IETF RFC 8259. The JavaScript Object Notation (JSON) Data Interchange * Format, Chapter 6. Numbers
*
www.ietf.org
*
*/ package ch.randelshofer.fastdoubleparser;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy