mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
lib(): added simplejson lib
This commit is contained in:
@@ -120,6 +120,10 @@ func (v *Value) Interface() interface{} {
|
||||
return v.data
|
||||
}
|
||||
|
||||
func (v *Value) StringMap() map[string]interface{} {
|
||||
return v.data.(map[string]interface{})
|
||||
}
|
||||
|
||||
// Private Get
|
||||
func (v *Value) get(key string) (*Value, error) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user