Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: generate actual json in encode function #3

Merged
merged 1 commit into from
Sep 30, 2024
Merged

feat: generate actual json in encode function #3

merged 1 commit into from
Sep 30, 2024

Conversation

Guria
Copy link
Owner

@Guria Guria commented Sep 30, 2024

BREAKING_CHANGE:
encode_geojson function was generating dynamic.Dynamic which is pretty useless from consumer standpoint. Now it is refactored to generate Json type which can be stringified with json.to_string.

Note: currently intentionally left encoding arbitrary Feature properties unimplemented.

BREAKING_CHANGE:
`encode_geojson` function was generating `dynamic.Dynamic` which is pretty useless from consumer standpoint. Now it is refactored to generate `Json` type which can be stringified with `json.to_string`.

Note: currently intentionally left encoding arbitrary `Feature` properties unimplemented.

Signed-off-by: Aleksei Gurianov <gurianov@gmail.com>
@Guria Guria merged commit b5c19b4 into main Sep 30, 2024
2 checks passed
@Guria Guria deleted the encode-json branch September 30, 2024 18:28
@Guria Guria changed the title feat: generate actual json in `encode function feat: generate actual json in encode function Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant