Method: LockstepSdk::UserDataResponseModel#to_json

Defined in:
lib/lockstep_sdk/models/user_data_response_model.rb

#to_json(*options) ⇒ String

Returns This object converted to a JSON string.

Returns:

  • (String)

    This object converted to a JSON string



49
50
51
# File 'lib/lockstep_sdk/models/user_data_response_model.rb', line 49

def to_json(*options)
    "[#{as_json(*options).to_json(*options)}]"
end