Versions in this module Expand all Collapse all v2 v2.1.0 Nov 8, 2024 v2.0.0 Jan 22, 2024 Changes in this version + type OptimizelyJSON struct + func NewOptimizelyJSONfromMap(data map[string]interface{}) *OptimizelyJSON + func NewOptimizelyJSONfromString(payload string) (*OptimizelyJSON, error) + func (optlyJson *OptimizelyJSON) GetValue(jsonPath string, schema interface{}) error + func (optlyJson *OptimizelyJSON) ToMap() map[string]interface{} + func (optlyJson *OptimizelyJSON) ToString() (string, error) Other modules containing this package github.com/optimizely/go-sdk