Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Features/jsonpayload #329

Closed
wants to merge 13 commits into from
Closed

Features/jsonpayload #329

wants to merge 13 commits into from

Conversation

crankycoder
Copy link
Contributor

This fixes #309 and #311.

A new JsonPath module has been added which implements basic JSONPath and returns string values for valid path expressions.

I've changed the behavior of MessageTemplate to handle PIDs that are floats (ie: "532.00" as well as "532"). This makes things slightly easier as JSON only specifies a number type instead of separate float and int types.

@trink
Copy link
Contributor

trink commented Jul 16, 2013

Why did we create or own JSONPath syntax/notation?

@crankycoder
Copy link
Contributor Author

i'm going to close this as there's quite a bit or jsonpath syntax that i don't handle.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement PayloadJsonDecoder
2 participants