Scala property java. My colleague is using Java 15, and all is fine.
Scala property java. Here is unit test for that: public class JsonPropertyTest .
Scala property java In combination with a unique/new group. conf file I printed content of my config with val c = ConfigFactory. Solution Aug 6, 2014 · This line: properties = Map[String,Map[String, DProperty]]() Initialize the variable to an empty Map, this is much better than having a null as you can call all Map methods without worrying of null pointer exceptions, I don't see why you would want to initialize your variable to null honestly. The swing timer won't work unless you are running your app with a GUI (ie. You shouldn't insert data, you should select / create it. You specified the append mode what is ok. In this case, you want JavaConversions. Jun 28, 2019 · Im using Gremlin-scala 3. 我们学习了如何配置Maven的pom. It is widely used in JVM based applications (mainly Java, Kotlin, Scala) for storing translations, configuration settings, and other key-value pairs. * @see [[scala. However, when i run sbt run -v, it says it is using Java 16, and thus the program throws errors. In a related note, the CollectionConverters scaladoc shows that you can make the following conversions to/from Java and Scala map-related types using asScala, asJava, and asJavaDictionary: Aug 21, 2014 · I didn't test with scala 2. println(c. There are a couple ways to specify them. load() System. via Scala CLI or coursier configuration files (soon) Java properties It is possible to specify the proxy settings using Java properties. 8 option with Java annotations. Java has user-defined metadata in the form of annotations. io. properties文件简介 . 6, “How to create JavaBeans in Scala (to interact with Java libraries). properties file here. Nov 13, 2010 · I tried a few things, favouring pattern matching as a way of avoiding casting but ran into trouble with type erasure on the collection types. I have a solution that "works", but I don't like Jun 29, 2015 · The previous answer's approach has the restriction that is every property should start with spark in property file-. dotc. 4. getClass(). Java, developed by Sun Microsystems in the mid-1990s, has been a cornerstone in the field due to its platform independence and robustness. properties文件是一种常用的配置文件格式,它由一系列以键值对形式表示的属性组成。 Aug 28, 2017 · Here we do: scopt. For example: Class defined in java. isEmpty). spark. See also Convert Scala Set into Java (java. clients. In order to override value you should run your application with. The remainder of this tutorial expands upon some of the key differences between Java and Scala, with further explanations. Here is unit test for that: public class JsonPropertyTest Scala 如何将Map转换为Java. For instance, I am mapping properties inline and I want to use a pattern like object. Scala forces you to decide between variables ( var ) and values ( val ), so you find yourself much more often using immutable objects Feb 15, 2016 · */ val ScalaCompilerVersion = new AttributeName ("Scala-Compiler-Version")} private [scala] trait PropertiesTrait {protected def propCategory: String // specializes the remainder of the values protected def pickJarBasedOn: Class [_] // props file comes from jar containing this /** The name of the properties file */ protected val propFilename ScalaCheck is a library written in Scala and used for automated property-based testing of Scala or Java programs. Apr 7, 2010 · To address @JoeC question some years later: look at some of the other system properties, in particular these six: java. Scala classes are ultimately JVM classes. This Feb 3, 2024 · This is an excerpt from the Scala Cookbook (partially modified for the internet). Do not use it if you're staying in the Scala world. A Properties object is very often the result of loading a Java property file (see here for how this is done) A property list can contain another property list as its "defaults"; this second property list is searched if the property key is not found in the original property list. reset to earliest. Properties object KafkaConsumerWithAuth extends App { val props = new Properties() Classes in Scala are blueprints for creating objects. beans. Java and Scala are interoperable because they run on the Java Virtual Machine (JVM). System. swing. You just need to specify access mode in @JsonProperty. You can create Java objects, call their methods and inherit from Java classes transparently from Scala. jcl class that wraps a Java collection has an underlying property which provides the wrapped Java collection instance. and scala-maven-plugin is made to run with "every version of scala" since 2. Very simple example: //Works fine with class A, but not trait A trait A { private val foo = "Some string" } class Test extends A { val fie Mar 18, 2024 · final case class Port(number: Int) extends AnyVal final case class KafkaConfig( bootstrapServer: String, port: Port, protocol: String, timeout: FiniteDuration ) Jul 1, 2021 · I am trying to run a scala program, in which there are errors with Java 16. A key feature of annotations is that they rely on specifying name-value pairs to In Properties, we examined the way an application can use Properties objects to maintain its configuration. Predef object are always in For example, Scala 3. 0 and 3. err. My colleague is using Java 15, and all is fine. There are several ways to pass those to Scala CLI, more information here. HashTable whiche extends java. xml文件,创建Java和Scala文件,以及如何处理Java和Scala之间的依赖关系。通过一个具体的示例,我们展示了在一个项目中同时使用Java和Scala的实际应用。 希望本文对于想要使用Scala和Java混合编程的开发者有所帮助。 Java Annotations. Properties,并提供示例说明。 阅读更多:Scala 教程 转换方法 Scala的JavaConversions对象提供了将Scala集合类型转换为Java集合类型的方法。我们可以使用JavaConversions中的propertiesA Feb 4, 2011 · What is the idiomatic scala way to do this? I have a list, and want to return a "Y" if I find something that matches some conditions, else a "N". orElse(""). So, this benchmarks say that java is 24% faster and scala uses 21% more memory. collection. output. Java and Scala stand as two of the most influential programming languages in the software development arena. scala, and runs the resulting bytecode. getResourceAsStream("myProps. 1 use the Scala 2. 71/2. Since you already imported JavaConversions, asScalaSet will implicitly convert your Java set to a mutable Scala set or use toSet to convert it to an immutable set. When you look at your directory, you’ll see that sbt has a directory named target Oct 10, 2015 · I would like to run my test with 2 different profiles, each set a Java property that results in my scala test code being executed differently. write . The best thing would be to get hold of application context like - Nov 3, 2015 · I need to include java properties file to my application. You need to wrap that key into double-quotes. krb5. By the phrasing of your question, I take it you probably have some experience with Java. 7 - scala. (java. Java file wants to use that map as dictionary. separator=$'\r'$'\n'. id it has the same effect. import scala. /main. properties, which loads the version of the Scala compiler set in the file build. {ConsumerConfig, KafkaConsumer} import java. Jan 20, 2016 · You are not using the Properties API but TypeSafe Config. {name,vendor} I believe the first two may be semi-standardized by the official JVM/JLS spec, and the rest may be sort of standard conventions by now Compare Java and Scala. Solution Aug 3, 2015 · toArray() called on a java Set will return an array of Object. jar) Automatic imports . runtime. JavaConverters has functions to convert to and fro from Dictionary to Scala mutable. 55/80. separator"); Sep 2, 2015 · I am trying trying to filter a list property of a list of objects in scala. NoSuchMethod Jun 4, 2020 · This is an excerpt from the Scala Cookbook (partially modified for the internet). JAVA_OPTS is an ancient convention but not a standard. util. Jul 24, 2009 · I'd start by using java. {name,vendor}, java. " Scala's runtime linking allows for classes to be swapped at runtime and the general philosophy of these languages tends to favour convention over configuration. System properties include information Oct 29, 2013 · /** * Gets the app. Properties; public static String getAppVersion() throws IOException{ String versionString = null; //to load application's properties, we use this class Properties mainProperties Jan 27, 2016 · @BeanProperty is meant for Java interoperability, in particular with reflection-based Java frameworks expecting get and set methods. I am making a TCP Server which reads from db for any number of registered client( By registered I mean Its entry shoul be in my property/XML file). Properties extends java. mutable. offset. This a Sample code. jar. Scala file has a function which returns scala immutable map. versionNumberString . File object SomeObject { // path to the property file val path = "/src Scala 使用. 7, each scala. Set) The sbt launcher—the sbt command-line tool—loads the version of sbt set in the file project/build. For the Dotty version, see dotty. render()) and it renders it like # dev/ Scala does not follow the Java convention of prepending set/get to mutator and accessor methods (respectively). home=VALUE your_jar. Section 5. Conversely, Java developers can also use Scala libraries in Java projects. sys. url properties set? Is your application. 6) This will work for JAVA and for SCALA too! Oct 16, 2015 · Scala is a JVM language but is it's not Java, and as such sometimes you may need to do a bit more work if you want to interop with Java correctly. Properties 在本文中,我们将介绍如何在Scala中将Map转换为Java. They are not the same, though you can get what System has as a Properties instance. Why use *. tmpdir in my application. apache. Properties Apr 7, 2015 · I'm attempting to compile some sample code from the Kafka site. persons;} } public class Person{ public String name } Nov 15, 2010 · I'm still learning Scala, but one thing I thought was interesting is that Scala blurs the line between methods and fields. Predef object are always in scope by default. Feb 1, 2014 · One is scala and other is java. This is Recipe 4. Apr 7, 2020 · The impact --from-beginning that is used in the kafka-console-consumer can be achieved by setting auto. Jun 28, 2023 · This code works: import org. OptionParser to parse command line arguments. For Scala 2. props. properties文件与自定义Bean解析器 在本文中,我们将介绍如何在Scala中使用. load(this. properties文件的路径作为参数,并返回一个加载了属性的java. headless") Setting it as a user property (e. See my answer HERE: Loading Properties from a JAR file (java 1. Mar 2, 2019 · Property-based testing. properties")); in a static context. Map Aug 2, 2018 · You don't use insert statement in Spark. Because Properties inherits from Hashtable , the put and putAll methods can be applied to a Properties object. In some instances, it is acceptable to prepend “`is`” on a boolean accessor (e. SystemProperties]] */ def props: SystemProperties = new SystemProperties /** An immutable Map representing the current system environment. scala. propeties it will be hard to get a safe conversion. properties; command line arg config-file is used to read config file (using spark context to be able to read from S3/HDFS with custom code path to be able to read from jar resources) Sep 24, 2014 · Scala does not follow the Java convention of prepending set/get to mutator and accessor methods (respectively). When writing Scala code which interoperates with Java, there are a few differences in annotation syntax to note. name, java. g. Properties对象。 Java properties. Dictionary. When i type java -version in my terminal it says i am using Java 15. Bean properties may be one area where extra work is required. I think the best option (so to speak) is scala -J-Dline. Predef object are always in ScalaCheck is a library written in Scala and used for automated property-based testing of Scala or Java programs. Source 接下来,我们可以创建一个方法,该方法接受一个. import java. Mar 16, 2012 · For my program I want to read a key from a properties file and an associated List of values for the key. In your Scala code, you need to interact with a Java class or library that only accepts classes that conform to the JavaBean specification. But the preceding doesn't compile. getProperty("line. security. Properties - Scala Standard Library API Scaladoc 2. Dec 29, 2020 · Is there a way to read a Scala/Java properties file from a Databricks file system? Or, is there a way to convert a spark data frame Rows into a set of text key/value pairs (that Scala will understand)? Full Problem: The properties file is not local, it's on the Databricks cluster. An interesting property is that if you do a round-trip conversion from, say a Java type to its corresponding Scala type, and back to the same Java type, you end up with the identical collection object you have started with. It was introduced to the scala script in 2007 and overtaken by -J in 2010. property=foo" If you have lots of settings, you could place them in a config file and pass it like this: Jun 2, 2016 · lazy val javaAwtHeadless = system[Boolean]("java. Try something like this: spark. kafka. 1. sbt, compiles the code in the file Hello. I haven't used it as I Apr 12, 2012 · Java variable, field, property. The System class maintains a Properties object that describes the configuration of the current working environment. class (only parse them). 首先,我们需要导入java. home in the same configuration file. In a related note, the CollectionConverters scaladoc shows that you can make the following conversions to/from Java and Scala map-related types using asScala, asJava, and asJavaDictionary: scala. So, as a WO you could make it private (just drop the "val") and find a way to produce a getter for this value: In Scala, the getters and setters are not named getXxx and setXxx, but they fulfill the same purpose. Although the Scala CLI runner can be used as a native image and thus will not always be run on the JVM it still supports Java properties. Sep 17, 2013 · 確かに、Javaのインタフェースのように使えると思うんだけど なんかスッと入ってこないんだよね。 まだまだScalaの修業が足りないせいかもしれない。 トレイトの特徴. Using Scala, you want to define abstract or concrete properties in an abstract base class (or trait) that can be referenced in all child classes. Sep 16, 2022 · How to parse a JSON object (which is a list) into simple Scala class objects in scala? 0 How should I convert an objects attribute of type list containing one object to an attribute of type object using Jackson? scala. ScalaTest supports property-based testing, where a property is a high-level specification of behavior that should hold for a range of data points. This shared runtime environment lets Scala developers use Java libraries and frameworks in Scala projects. May 5, 2011 · Speed test java/scala 1. key/value arguments conf are replicated to System. lineSeparator will do the same job. java into . vendor, java. jdbc(jdbcUrl, "textspark", connectionProperties) Apr 25, 2015 · Add this to your project settings: javaOptions in Test += "-Dmy. properties made the property visible in the sbt console but not within sbt's Scala console (via System. In this example, the Scala class Author implements the Java interface Comparable and works with Java Files. root(). They can contain methods, values, variables, types, objects, traits, and classes which are collectively called members . 11, but previous version of scalac doens't compile . But it looks like it won't work, it is different from java. myapp. Mar 13, 2012 · the code above not only creates Scala-like getters/setters, but Java-like as well, so all Java frameworks work seamlessly. e java Properties --> scala. lineSeparator and System. 5, “Bean Properties,” on page 61 shows how to generate Java-style getXxx and setXxx methods, so that your Scala classes can interoperate with Java tools. properties for translations? Java Properties is a simple and lightweight file format that is easy to work with and understand. Instead, the following conventions are used: For accessors of properties, the name of the method should be the name of the property. Sep 14, 2015 · Combine Scala and Java seamlessly. Feb 10, 2012 · Both scala. swing - A convenient wrapper around Java's GUI framework called Swing (scala-swing. It looks for that file as a Java resource on your class path. Oct 31, 2017 · I am trying to use private trait field in testing. I want to set some values to that property. it won't work if you run it on Linux through a console without a special command line parameter - best avoided). conf' [info] Loading global plugins from C:\Users\User\. _ scala> x. Properties import scala. 属性文件是一种常见的配置文件格式,用于存储应用程序的配置信息,以键值对的形式进行组织。 阅读更多:Scala 教程 使用Java的Properties类 在Scala中,我们可以使用Java的Properties类来读取属性文件。Properties类提供了一系列方法,用于加载和操作属性文件。 ScalaCheck is a library written in Scala and used for automated property-based testing of Scala or Java programs. awt. ScalaCheck was originally inspired by the Haskell library QuickCheck, but has also ventured into its own. 13\plugins [info] Loading project definition from C:\Users\User\IdeaProjects\ctl-scala\project Jun 22, 2016 · I have an eclipse scala project which I am assembling with sbt. Jan 16, 2016 · I need to refer to java. Timer. consumer. 5 against Neptune and I'm unable to add a vertex using a case class with a List or Set like so. specification. 13 library, which is reflected in this version string. input spark. The Java platform itself uses a Properties object to maintain its own configuration. Jun 8, 2009 · Quoting from "Programming in Scala": "In Scala, you can configure via Scala code itself. BeanProperty class BeanProperty extends StaticAnnotation When attached to a field, this annotation adds a setter and a getter method following the Java Bean convention. Nov 30, 2016 · Please, please don't set about polishing this t$#d, just show me the scala gem that I'm convinced exists for this situation (i. lang. The main problem seems to be that the complete type of the parse result mirrors the structur. or using some tool that allows you to pass arguments. b Jun 6, 2019 · Current approach force to add one line of code for each additional property. jdbc(jdbcUrl, "textspark", connectionProperties) ScalaCheck is a library written in Scala and used for automated property-based testing of Scala or Java programs. Aug 3, 2016 · Java and so does SCALA, have different ways of reading properties file, in one of my answers I explain the difference between reading from properties file inside the Jar and properties file in a disk location. scala-lang. It's giving runtime errors when scala tries to read the java properties. Identifiers in the scala package and the scala. If you don't want to deal with gazillion property files, just don't have them. Note: Make sure you use the -target:jvm-1. home} you are referring to other value under java. conf" ctl-ui-backend/run Warning: invalid system property 'java. org Sep 27, 2022 · The Scala CollectionConverters object and Maps. Calling Java Methods from Scala scala. So, it is likely that what you missed is one of these: Is it possible that src/main/resources is not on your class path? Are the config. Attributes Java properties. Jan 7, 2018 · I have a class in Scala which has to properties. While option 1 will work, if you really want to use Jackson there are wrappers that allow it to deal with Scala classes like FasterXML's scala module which might be a better approach. If suppose you have a property which doesn't start with spark: scala. If you want setters for deserialization you defined the properties as var. . 7. properties file of the base folder * * @return app. Or spoken otherwise as properties can only express a subset of hocon the conversion is not clear, as it will have a possible information loss. Use Scala getters (def foo) and setters (def foo_=) instead. ScalaCheck has no external dependencies other than the Scala runtime, and works great with SBT, the Scala build Jan 15, 2022 · While working with the sbt and Mill build tools recently, and updating Scala and Java versions like crazy, I’ve been trying to verify some things in my Scala applications. 25. Similarly, Java code can reference Scala classes and objects. parsing - Parser combinators (scala-parser-combinators. Map: val x = new Properties //load from . Scalaのトレイトには、以下な大きな特徴があるよ。 traitキーワードで定義 May 22, 2024 · Introduction to Java and Scala. Memory test java/scala 66. Map), thanks in advance ;@) scala collections An interesting property is that if you do a round-trip conversion from, say a Java type to its corresponding Scala type, and back to the same Java type, you end up with the identical collection object you have started with. lazy val javaAwtHeadless = property[Boolean]) and setting the accompanying value in build. vm. Unquoted strings are used literally, they do not support any kind of escaping. Mar 19, 2017 · In fact the Scala compiler is able to make some smart choices for you. version property value from * the . Types, objects, and traits will be covered later in the tour. Quoting from TypeSafe Config documentation:. Timer - not javax. parsing - Parser combinators, including an example implementation of a JSON parser (scala-parser-combinators. This is Recipe 17. java -jar -Djava. config. ScalaCheck has no external dependencies other than the Scala runtime, and works great with SBT, the Scala build Dec 19, 2017 · ctl-scala>sbt -Djava. The reason for this is that in Java Beans, there is an expectation that there are methods call getXXX() and setXXX(). However, various system properties will override this default behavior. public class Result{ private Collection<Person> persons= new ArrayList(); public Collection<Person> getPersons() {return this. Add vertex seems to work when that doesn't exist //connection Cluster. Oct 5, 2010 · The code is correct, message should be public in this case, but for some reason it is not. For instance, I can build a class like this class MutableNumber(var value: Int) The key here is that the var in the constructor-argument automatically allows me to use the 'value' field like a getter/setter in java. get. sbt\0. headless")). conf="ctl-core\src\main\resources\krb5. conf file. Meanwhile, I tried to inject the properties in a service class like: @Service class MessageService @Autowired() (var properties: MessagePathProperties) and the properties works properly in the MessageService class. Recently I was trying like that public static Map<String,List<String>>categoryM Jun 17, 2013 · properties. If you only want a quick reference between the two, read Scala for Java Developers, it comes with many snippets which you can try out in your chosen Scala setup: It's possible to have normal getter/setter pair. So, I am confused among using XML config file or a property file+ HashMap. getProperty("java. Source类(用于读取文件): import java. ScalaCheck has no external dependencies other than the Scala runtime, and works great with sbt, the Scala build Dec 2, 2015 · java. mode(SaveMode. Here is the class class ParticipationStateTransition(fromState: String Sep 27, 2022 · The Scala CollectionConverters object and Maps. sql("select 'text'") . command-line. Error: Exception in thread "main" java. getProperty() is the result of someone having initialized an object of type Properties. This properties file contains special (to hocon) characters like '*' or ':' in properties values. jar) scala. Every variable has a type which defines a memory size, attributes and behaviours. tools. Append) . I want to add a properties file which I have tried placing in both the src and the target/scala/classes folders. resource or config. variable - named storage address. asScala res4: scala. The following 2 code snippet, one is java (working), another is scala (not May 20, 2017 · package scala object sys { /** A bidirectional, mutable Map representing the current system Properties. Share Improve this answer So collections are never copied when converting between Java and Scala. file, config. To make it perfectly clear what's happening - and allow you to experiment yourself in the future - let's decompile the code that the Scala compiler produces so we can see the Java Feb 2, 2015 · In this case a val will mean only a getter is defined. Properties Jun 22, 2017 · At path = ${java. Certain other Scala collections can also be converted to Java, but do not have a conversion back to the original Scala type: See full list on docs. conf You can't use this keyword like - . Aug 5, 2016 · I am new to Scala. Sep 25, 2023 · Java and Scala Interoperability. parallel - Parallel collections (scala-parallel-collections. On the Command line Java properties can be passed as arguments, before the sub-command name and sources, when invoking scala-cli, e. Option 2. The most basic way is to pass the Java properties directly to Scala CLI on the command line. asSet() (there's one for each direction, Java -> Scala and Scala -> Java). Properties类,以及Scala中的io. 10. lineSeparator will directly call Java method which has to find property in systems props: lineSeparator = props. property. For example, a property might state that the size of a list returned from a method should always be greater than or equal to the size of the list passed to that method. There are for types of Java variables: class variable, instance variable, local variable, method parameter //pattern <Java_type> <name> ; //for example int myInt; String myString; CustomClass Dec 17, 2015 · As typesafe config/hocon supports a much richer structure than java. properties文件,并使用自定义Bean解析器进行解析。 阅读更多:Scala 教程 . Feb 27, 2013 · I am trying to read a property file from classpath using scala. JavaConverters. I tried configuring both maven-surefire and maven-scalatest plugins: Properties - Scala Standard Library API Scaladoc 2. version string * @throws IOException */ import java. ” Problem. * * @return a SystemProperties. e. Properties. 13, “How to define properties in an abstract base class or trait. Mmm curious. Properties Jan 18, 2018 · The app itself starts normally, but I found properties is null in Config. All-in-all it's no big deal and should not matter in real world apps, where most of the time is consumed by database and network. orElse(otherValue). XML Jun 26, 2012 · Sometimes I want to return the value that is a property of an object wrapped in option, but I can't do that easily with getValue. 81.
figeu nldhgoll onrju dhrsict eajll nlrpy xhzlikj hhjxq tnrz ptehsi
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}