org.getshaka.nativeconverter

Type members

Classlikes

class ArrayProduct(arr: Array[Any]) extends Product

Converters for native JS types not supported by JSON.

Converters for native JS types not supported by JSON.

@implicitNotFound("Could not find an implicit NativeConverter[${A}]")

Typeclass for converting between Scala.js and native JavaScript.

Typeclass for converting between Scala.js and native JavaScript.

Type Params
A

the type to convert

Companion
object
Companion
class
Companion
object
object ParseState
Companion
class

Extensions

Extensions

extension (json: String)
def fromJson[A](using nc: NativeConverter[A]): A
extension (nativeJs: Any)
def fromNative[A](using nc: NativeConverter[A]): A