File tree Expand file tree Collapse file tree
src/main/java/io/hyperfoil/tools/parse Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >io.hyperfoil.tools</groupId >
55 <artifactId >parse</artifactId >
6- <version >0.1.12-SNAPSHOT </version >
6+ <version >0.1.12 </version >
77 <name >Hyperfoil parse</name >
88 <description >Use regex patterns and rules to build json from text files</description >
99 <url >https://github.com/Hyperfoil/parse</url >
1010 <scm >
1111 <connection >scm:git:git://github.com/Hyperfoil/parse.git</connection >
1212 <developerConnection >scm:git:ssh://git@github.com/Hyperfoil/parse.git</developerConnection >
1313 <url >https://github.com/Hyperfoil/parse</url >
14- <tag >HEAD </tag >
14+ <tag >parse-0.1.12 </tag >
1515 </scm >
1616 <licenses >
1717 <license >
Original file line number Diff line number Diff line change 33import io .hyperfoil .tools .parse .internal .CheatChars ;
44import io .hyperfoil .tools .parse .internal .DropString ;
55import io .hyperfoil .tools .parse .internal .IMatcher ;
6- import io .hyperfoil .tools .parse .internal .JsonBuilder ;
76import io .hyperfoil .tools .parse .internal .RegexMatcher ;
7+ import io .hyperfoil .tools .parse .json .JsonBuilder ;
88import io .hyperfoil .tools .yaup .HashedLists ;
99import io .hyperfoil .tools .yaup .StringUtil ;
1010import io .hyperfoil .tools .yaup .json .Json ;
@@ -662,7 +662,7 @@ public Exp setMerge(ExpMerge merge){
662662 public boolean hasRule (ExpRule rule ){
663663 return this .rules .containsKey (rule );
664664 }
665- public Json getNestedTarget (Json currentTarget ,JsonBuilder builder ){
665+ public Json getNestedTarget (Json currentTarget , JsonBuilder builder ){
666666 Json returnTarget = currentTarget ;
667667 if (nesting .isEmpty ()){//for Tree
668668 switch (this .expMerge ){
You can’t perform that action at this time.
0 commit comments