Skip to content

Returning unmarshalled results.  #53

@mvivirito

Description

@mvivirito

I am having issues returning the results of the queries in unmarshalled format for example with projection expression:
Querying by radius, looking 100km from Cambridge, UK.
[ { geoJson: { S: '{"type":"POINT","coordinates":[-0.13,51.51]}' } } ]

I would like to return:
Querying by radius, looking 100km from Cambridge, UK.
[ { geoJson: {"type":"POINT","coordinates":[-0.13,51.51]} } } ]

How can I achieve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions