Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Support for JSON params #67

Description

I am using REST API provided by parse.com and I need to pass complex JSON structure as parameters, e.g:

      params='{
        "order": "{{conf.sort.selected}}",
        "where": {
          "location": {
            "$nearSphere": {
              "__type": "GeoPoint",
              "latitude": "{{conf.location.lat}}",
              "longitude": "{{conf.location.lng}}"
            },
            "$maxDistanceInMiles": "{{conf.range.selected}}"
          }
        }
      }'

However the query string is not generated properly: ?order=-rating&where=%5Bobject%20Object%5D.

This is a common case, so would be nice to have this implemented!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions