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

com.natpryce.jsonk.model_jvm_extensions.kt Maven / Gradle / Ivy

Go to download

A small, extensible Java library to randomly mutate JSON documents. Useful for fuzz testing.

There is a newer version: 3.7.0.0
Show newest version
package com.natpryce.jsonk

import java.math.BigDecimal

fun JsonNumber.toBigDecimal() = BigDecimal(valueAsString)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy