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

@ghost

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions