Backend Readme: Add section on avoiding simplejson (#25116)

This commit is contained in:
Kyle Brandt
2020-05-26 14:32:00 -04:00
committed by GitHub
parent fcb9dcb0b8
commit 81e3f93677
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// Package simplejson provides a wrapper for arbitrary JSON objects that adds methods to access properties.
// Use of this package in place of types and the standard library's encoding/json package is strongly discouraged.
package simplejson
import (