Construct a JsonObject from the given key-value pairs.
Construct an empty JsonObject.
Construct a JsonObject from a foldable collection of key-value pairs.
Construct a JsonObject from an scala.collection.Iterable (provided for optimization).
Construct a JsonObject from a map from keys to Json values.
Construct a JsonObject from a map from keys to Json values.
Note that the order of the fields is arbitrary.
Construct a JsonObject with a single field.
Construct a JsonObject from a foldable collection of key-value pairs.
Construct a JsonObject from a foldable collection of key-value pairs.
(Since version 0.9.0) Use fromFoldable
Constructors, type class instances, and other utilities for JsonObject.