Skip to content

Commit 63fee67

Browse files
committed
Deprecate scala.util.parsing.json
#99
1 parent 5ec6af9 commit 63fee67

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

shared/src/main/scala/scala/util/parsing/json/JSON.scala

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ package util.parsing.json
2828
*
2929
* @author Derek Chen-Becker <"java"+@+"chen-becker"+"."+"org">
3030
*/
31+
@deprecated("Use The Scala Library Index to find alternatives: https://index.scala-lang.org/", "1.0.6")
3132
object JSON extends Parser {
3233

3334
/**
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package scala.util.parsing
2+
3+
/**
4+
* This package was never intended for production use; it's really more of a code sample demonstrating how to use parser combinators.
5+
*
6+
* Use [[https://index.scala-lang.org/ The Scala Library Index]] to find alternative JSON parsing libraries.
7+
*/
8+
package object json {}

0 commit comments

Comments
 (0)