case class JsString(value: String) extends JsValue with Ordered[JsString] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsString
- Serializable
- Product
- Equals
- Ordered
- Comparable
- JsValue
- Dynamic
- AnyRef
- Any
Implicitly
- by json2String
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JsString(value: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ->[B](y: B): (JsString, B)
- def <(that: JsString): Boolean
- Definition Classes
- Ordered
- def <=(that: JsString): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: JsString): Boolean
- Definition Classes
- Ordered
- def >=(that: JsString): Boolean
- Definition Classes
- Ordered
- def apply(range: Range): JsArray
- Definition Classes
- JsValue
- def apply(start: Int, end: Int, step: Int): JsArray
- Definition Classes
- JsValue
- def apply(start: Int, end: Int): JsArray
- Definition Classes
- JsValue
- def apply(index: Int): JsValue
- Definition Classes
- JsValue
- def apply(key: String): JsValue
- Definition Classes
- JsValue
- def applyDynamic(key: String)(index: Int): JsValue
- Definition Classes
- JsValue
- def asBoolean: Boolean
- def asDate: LocalDate
- def asDateTime: LocalDateTime
- def asDecimal: BigDecimal
- def asDouble: Double
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asInt: Int
- def asLong: Long
- def asTime: LocalTime
- def asTimestamp: Timestamp
- def charAt(arg0: Int): Char
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String → CharSequence
- def chars(): IntStream
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- CharSequence
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def codePointAt(arg0: Int): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def codePointBefore(arg0: Int): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def codePointCount(arg0: Int, arg1: Int): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def codePoints(): IntStream
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- CharSequence
- def compactPrint: String
- Definition Classes
- JsValue
- def compare(that: JsString): Int
- Definition Classes
- JsString → Ordered
- def compareTo(that: JsString): Int
- Definition Classes
- Ordered → Comparable
- def compareToIgnoreCase(arg0: String): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def concat(arg0: String): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def contains(arg0: CharSequence): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def contentEquals(arg0: CharSequence): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def contentEquals(arg0: StringBuffer): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def endsWith(arg0: String): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def ensuring(cond: (JsString) => Boolean, msg: => Any): JsString
- def ensuring(cond: (JsString) => Boolean): JsString
- def ensuring(cond: Boolean, msg: => Any): JsString
- def ensuring(cond: Boolean): JsString
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(o: Any): Boolean
- Definition Classes
- JsString → Equals → AnyRef → Any
- def equalsIgnoreCase(arg0: String): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get(key: String): Option[JsValue]
- Definition Classes
- JsValue
- def getBytes(): Array[Byte]
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def getBytes(arg0: Charset): Array[Byte]
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def getBytes(arg0: String): Array[Byte]
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- Annotations
- @throws(classOf[java.io.UnsupportedEncodingException])
- def getChars(arg0: Int, arg1: Int, arg2: Array[Char], arg3: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String → AnyRef → Any
- def indexOf(arg0: String, arg1: Int): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def indexOf(arg0: String): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def indexOf(arg0: Int, arg1: Int): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def indexOf(arg0: Int): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def intern(): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- Annotations
- @native()
- def isEmpty(): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastIndexOf(arg0: String, arg1: Int): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def lastIndexOf(arg0: String): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def lastIndexOf(arg0: Int, arg1: Int): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def lastIndexOf(arg0: Int): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def length(): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String → CharSequence
- def matches(arg0: String): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def offsetByCodePoints(arg0: Int, arg1: Int): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def prettyPrint: String
- Definition Classes
- JsValue
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def regionMatches(arg0: Boolean, arg1: Int, arg2: String, arg3: Int, arg4: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def regionMatches(arg0: Int, arg1: String, arg2: Int, arg3: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def remove(index: Int): JsValue
- Definition Classes
- JsValue
- def remove(key: String): Option[JsValue]
- Definition Classes
- JsValue
- def replace(arg0: CharSequence, arg1: CharSequence): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def replace(arg0: Char, arg1: Char): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def replaceAll(arg0: String, arg1: String): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def replaceFirst(arg0: String, arg1: String): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def selectDynamic(key: String): JsValue
- Definition Classes
- JsValue
- def split(arg0: String): Array[String]
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def split(arg0: String, arg1: Int): Array[String]
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def startsWith(arg0: String): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def startsWith(arg0: String, arg1: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def subSequence(arg0: Int, arg1: Int): CharSequence
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String → CharSequence
- def substring(arg0: Int, arg1: Int): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def substring(arg0: Int): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toCharArray(): Array[Char]
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def toLowerCase(): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def toLowerCase(arg0: Locale): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def toString(): String
- def toUpperCase(): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def toUpperCase(arg0: Locale): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def trim(): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- def update(index: Int, value: JsValue): JsValue
- Definition Classes
- JsValue
- def update(key: String, value: JsValue): JsValue
- Definition Classes
- JsValue
- def updateDynamic(index: Int)(value: JsValue): JsValue
- Definition Classes
- JsValue
- def updateDynamic(key: String)(value: JsValue): JsValue
- Definition Classes
- JsValue
- val value: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Shadowed Implicit Value Members
- final def +(arg0: Any): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsString: String).+(arg0)
- Definition Classes
- String
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from JsString toany2stringadd[JsString] performed by method any2stringadd in scala.Predef.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsString: any2stringadd[JsString]).+(other)
- Definition Classes
- any2stringadd
- def <(that: JsString): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toOrdered[JsString] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(jsString: Ordered[JsString]).<(that)
- Definition Classes
- Ordered
- def <=(that: JsString): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toOrdered[JsString] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(jsString: Ordered[JsString]).<=(that)
- Definition Classes
- Ordered
- def >(that: JsString): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toOrdered[JsString] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(jsString: Ordered[JsString]).>(that)
- Definition Classes
- Ordered
- def >=(that: JsString): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toOrdered[JsString] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(jsString: Ordered[JsString]).>=(that)
- Definition Classes
- Ordered
- def compare(that: JsString): Int
- Implicit
- This member is added by an implicit conversion from JsString toOrdered[JsString] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(jsString: Ordered[JsString]).compare(that)
- Definition Classes
- Ordered
- def compareTo(arg0: String): Int
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(jsString: String).compareTo(arg0)
- Definition Classes
- String → Comparable
- def compareTo(that: JsString): Int
- Implicit
- This member is added by an implicit conversion from JsString toOrdered[JsString] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(jsString: Ordered[JsString]).compareTo(that)
- Definition Classes
- Ordered → Comparable
- def equals(arg0: AnyRef): Boolean
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(jsString: String).equals(arg0)
- Definition Classes
- String → AnyRef → Any
- def toString(): String
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(jsString: String).toString()
- Definition Classes
- String → CharSequence → AnyRef → Any
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from JsString toStringFormat[JsString] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def getBytes(arg0: Int, arg1: Int, arg2: Array[Byte], arg3: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsString toString performed by method json2String in smile.json.
- Definition Classes
- String
- Annotations
- @Deprecated
- Deprecated
- def →[B](y: B): (JsString, B)
- Implicit
- This member is added by an implicit conversion from JsString toArrowAssoc[JsString] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages,
JSON has only types of string, number, boolean, object, array, and null. This library includes additional types such as date, int, long, double, counter, binary, UUID, ObjectId (as in BSON), etc.
It is very easy to parse a JSON object:
The interpolator
json
parse a string toJsObject
. To parse an array, use the interpolatorjsan
toJsArray
. It is also okay to embed variable references directly in processed string literals.If the string is not a JSON object but any other valid JSON expression, one may use parseJson method to convert the string to a
JsValue
."1".parseJson
The json interpolator can only be applied to string literals. If you want to parse a string variable, the
parseJson
method can always be employed. If you know the string contains a JSON object, you may also use the methodparseJsObject
.To serialize a JSON value (of type JsValue) in compact mode, you can just use
toString
. To pretty print, use the methodprettyPrint
.With a
JsObject
orJsArray
, you can refer to the individual elements with a variation of array syntax, like this:Note that we follow Scala's array access convention by
()
rather than[]
in JavaScript.Besides, you can use the dot notation to access its fields/elements just like in JavaScript:
doc.store.bicycle.color doc.store.book(0).author
It is worth noting that we didn't define the type/schema of the document while Scala is a strong type language. In other words, we have both the type safe features of strong type language and the flexibility of dynamic language in this JSON library.
If you try to access a non-exist field,
JsUndefined
is returned.Although there are already several nice JSON libraries for Scala, the JSON objects are immutable by design, which is a natural choice for a functional language. For database, however, data mutation is necessary. Therefore,
JsObject
andJsArray
are mutable data structures. You can set/add a field just like in JavaScript:json.store.bicycle.color = "green"
To delete a field from
JsObject
, use remove method:It is same as setting it
JsUndefined
:doc.store.book(0).price = `JsUndefined`
To delete an element from
JsArray
, the remove method will effectively remove it from the array. However, setting an element to undefined doesn't reduce the array size.It is also possible to append an element or another array to
JsArray
:Common iterative operations such as
foreach
,map
,reduce
can be applied toJsArray
too.doc.store.book.asInstanceOf[JsArray].foreach { book => println(book.price) }
Because Scala is a static language, it is impossible to know
doc.store.book
is an array at compile time. So it is typed as genericJsValue
, which is the parent type of specific JSON data types. Therefore, we useasInstanceOf[JsArray]
to convert it toJsArray
in order to useforeach
.