All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lucidworks.spark.util.JsonUtil.scala Maven / Gradle / Ivy

package com.lucidworks.spark.util

import org.json4s._

object JsonUtil {

  implicit class JValueExtended(value: JValue) {
    def has(childString: String): Boolean = {
      (value \ childString) != JNothing
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy