Typeclass for converting between Scala.js and native JavaScript.
- Type Params
- A
the type to convert
- Companion
- object
class Object
trait Matchable
class Any
Value members
Abstract methods
Concrete methods
Convert a Json String to type A. Returns A, or throws.
Convert a Json String to type A. Returns A, or throws.
Convert a Json String to type A. Returns either A, or a String error.
Convert a Json String to type A. Returns either A, or a String error.
Convert a native Javascript type to Scala.js. Returns A, or throws.
Convert a native Javascript type to Scala.js. Returns A, or throws.
Extensions
Extensions
extension (a: A)