mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Backend Readme: Add section on avoiding simplejson (#25116)
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user