com.natpryce.jsonk.model_jvm_extensions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of snodge Show documentation
Show all versions of snodge Show documentation
A small, extensible Java library to randomly mutate JSON documents. Useful for fuzz testing.
package com.natpryce.jsonk
import java.math.BigDecimal
fun JsonNumber.toBigDecimal() = BigDecimal(valueAsString)