Title: [] On parent makes arrays on subitems also · Issue #290 · IBM/JSONata4Java · GitHub
Open Graph Title: [] On parent makes arrays on subitems also · Issue #290 · IBM/JSONata4Java
X Title: [] On parent makes arrays on subitems also · Issue #290 · IBM/JSONata4Java
Description: Using [] to force a single item to an array also puts sub items into an array. This differs in fuctionality to the JSONata exerciser and thus not giving us the output we expect: I simplified our problem: Jsonata: $.( { "items": orderItem...
Open Graph Description: Using [] to force a single item to an array also puts sub items into an array. This differs in fuctionality to the JSONata exerciser and thus not giving us the output we expect: I simplified our pr...
X Description: Using [] to force a single item to an array also puts sub items into an array. This differs in fuctionality to the JSONata exerciser and thus not giving us the output we expect: I simplified our pr...
Opengraph URL: https://github.com/IBM/JSONata4Java/issues/290
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[] On parent makes arrays on subitems also","articleBody":"Using [] to force a single item to an array also puts sub items into an array. This differs in fuctionality to the JSONata exerciser and thus not giving us the output we expect:\r\n\r\nI simplified our problem: \r\n\r\nJsonata: \r\n`$.(\r\n{ \r\n \"items\": orderItems.{\r\n \"itemId\": itemId,\r\n \"quantity\": quantity.value,\r\n \"code\": quantity.unit\r\n }[]\r\n}\r\n)`\r\n\r\nInput:\r\n`{\r\n \"orderItems\": [\r\n {\r\n \"itemId\": \"3fa85f64-5717-4562-b3fc-21234f66afa6\",\r\n \"quantity\": {\r\n \"value\": 2,\r\n \"unit\": \"EA\"\r\n } \r\n },\r\n {\r\n \"itemId\": \"3fa85f64-5717-4562-b3fc-21235f66afa6\",\r\n \"quantity\": {\r\n \"value\": 2,\r\n \"unit\": \"EA\"\r\n } \r\n }\r\n ]\r\n}`\r\n\r\nExpected Output: \r\n\r\n`{\r\n \"items\": [\r\n {\r\n \"itemId\": \"3fa85f64-5717-4562-b3fc-21234f66afa6\",\r\n \"quantity\": 2,\r\n \"code\": \"EA\"\r\n },\r\n {\r\n \"itemId\": \"3fa85f64-5717-4562-b3fc-21235f66afa6\",\r\n \"quantity\": 2,\r\n \"code\": \"EA\"\r\n }\r\n ]\r\n}`\r\n\r\nActual output:\r\n\r\n`{\r\n \"items\" : [ {\r\n \"itemId\" : \"3fa85f64-5717-4562-b3fc-21234f66afa6\",\r\n \"quantity\" : [ 2 ],\r\n \"code\" : [ \"EA\" ]\r\n }, {\r\n \"itemId\" : \"3fa85f64-5717-4562-b3fc-21235f66afa6\",\r\n \"quantity\" : [ 2 ],\r\n \"code\" : [ \"EA\" ]\r\n } ]\r\n}`\r\n\r\nThis is using Camel JSONata which is using 2.4.5 of this library for reference\r\n\r\n\r\n","author":{"url":"https://github.com/ZeroWiggliness","@type":"Person","name":"ZeroWiggliness"},"datePublished":"2023-11-24T11:41:06.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/290/JSONata4Java/issues/290"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:592adfbd-2a59-63c7-8260-25088dfae44d |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | BFD8:2C07F4:1047780:16B9996:6A4DF4E2 |
| html-safe-nonce | b68f0a53a56aa3a1e12da47803262ac07c443e58eabaa4b4687226da489d7139 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRkQ4OjJDMDdGNDoxMDQ3NzgwOjE2Qjk5OTY6NkE0REY0RTIiLCJ2aXNpdG9yX2lkIjoiMzQ2OTQ4NjA3MjUyOTgxMDY1OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | aba89ed970bf3653e1cb976ac6b1ca5ffd9f57bb16bab90659506d7237670378 |
| hovercard-subject-tag | issue:2009585937 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/IBM/JSONata4Java/290/issue_layout |
| twitter:image | https://opengraph.githubassets.com/80525aa604fe44acb02af18f1b5b71b8f23764f3acfa20bc564df25bd022a6d9/IBM/JSONata4Java/issues/290 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/80525aa604fe44acb02af18f1b5b71b8f23764f3acfa20bc564df25bd022a6d9/IBM/JSONata4Java/issues/290 |
| og:image:alt | Using [] to force a single item to an array also puts sub items into an array. This differs in fuctionality to the JSONata exerciser and thus not giving us the output we expect: I simplified our pr... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | ZeroWiggliness |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5818716c93c6a2925b815402541a32814e43a7b1261c322b0c2df75224289566 |
| turbo-cache-control | no-preview |
| go-import | github.com/IBM/JSONata4Java git https://github.com/IBM/JSONata4Java.git |
| octolytics-dimension-user_id | 1459110 |
| octolytics-dimension-user_login | IBM |
| octolytics-dimension-repository_id | 169904880 |
| octolytics-dimension-repository_nwo | IBM/JSONata4Java |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 169904880 |
| octolytics-dimension-repository_network_root_nwo | IBM/JSONata4Java |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | f4bb89367ca678f057d79b1abc45d6675b1bd5b2 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width