Skip to content

Commit

Permalink
Fixed #1310 - Deprecate JSONParser
Browse files Browse the repository at this point in the history
  • Loading branch information
fmpwizard committed Jan 8, 2013
1 parent 015755c commit 18fad7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/util/src/main/scala/net/liftweb/util/JSONParser.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package util

import scala.util.parsing.combinator.{Parsers, ImplicitConversions}
import common._
@deprecated("Use lift-json instead", "2.5")
object JSONParser extends SafeSeqParser with ImplicitConversions {
implicit def strToInput(in: String): Input = new scala.util.parsing.input.CharArrayReader(in.toCharArray)
type Elem = Char
Expand Down

0 comments on commit 18fad7f

Please sign in to comment.