René's URL Explorer Experiment


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

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:592adfbd-2a59-63c7-8260-25088dfae44d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBFD8:2C07F4:1047780:16B9996:6A4DF4E2
html-safe-nonceb68f0a53a56aa3a1e12da47803262ac07c443e58eabaa4b4687226da489d7139
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRkQ4OjJDMDdGNDoxMDQ3NzgwOjE2Qjk5OTY6NkE0REY0RTIiLCJ2aXNpdG9yX2lkIjoiMzQ2OTQ4NjA3MjUyOTgxMDY1OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacaba89ed970bf3653e1cb976ac6b1ca5ffd9f57bb16bab90659506d7237670378
hovercard-subject-tagissue:2009585937
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/IBM/JSONata4Java/290/issue_layout
twitter:imagehttps://opengraph.githubassets.com/80525aa604fe44acb02af18f1b5b71b8f23764f3acfa20bc564df25bd022a6d9/IBM/JSONata4Java/issues/290
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/80525aa604fe44acb02af18f1b5b71b8f23764f3acfa20bc564df25bd022a6d9/IBM/JSONata4Java/issues/290
og:image:altUsing [] 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameZeroWiggliness
hostnamegithub.com
expected-hostnamegithub.com
None5818716c93c6a2925b815402541a32814e43a7b1261c322b0c2df75224289566
turbo-cache-controlno-preview
go-importgithub.com/IBM/JSONata4Java git https://github.com/IBM/JSONata4Java.git
octolytics-dimension-user_id1459110
octolytics-dimension-user_loginIBM
octolytics-dimension-repository_id169904880
octolytics-dimension-repository_nwoIBM/JSONata4Java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id169904880
octolytics-dimension-repository_network_root_nwoIBM/JSONata4Java
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef4bb89367ca678f057d79b1abc45d6675b1bd5b2
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/IBM/JSONata4Java/issues/290#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FIBM%2FJSONata4Java%2Fissues%2F290
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FIBM%2FJSONata4Java%2Fissues%2F290
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=IBM%2FJSONata4Java
Reloadhttps://github.com/IBM/JSONata4Java/issues/290
Reloadhttps://github.com/IBM/JSONata4Java/issues/290
Reloadhttps://github.com/IBM/JSONata4Java/issues/290
Please reload this pagehttps://github.com/IBM/JSONata4Java/issues/290
IBM https://github.com/IBM
JSONata4Javahttps://github.com/IBM/JSONata4Java
Notifications https://github.com/login?return_to=%2FIBM%2FJSONata4Java
Fork 41 https://github.com/login?return_to=%2FIBM%2FJSONata4Java
Star 128 https://github.com/login?return_to=%2FIBM%2FJSONata4Java
Code https://github.com/IBM/JSONata4Java
Issues 80 https://github.com/IBM/JSONata4Java/issues
Pull requests 0 https://github.com/IBM/JSONata4Java/pulls
Actions https://github.com/IBM/JSONata4Java/actions
Projects https://github.com/IBM/JSONata4Java/projects
Security and quality 0 https://github.com/IBM/JSONata4Java/security
Insights https://github.com/IBM/JSONata4Java/pulse
Code https://github.com/IBM/JSONata4Java
Issues https://github.com/IBM/JSONata4Java/issues
Pull requests https://github.com/IBM/JSONata4Java/pulls
Actions https://github.com/IBM/JSONata4Java/actions
Projects https://github.com/IBM/JSONata4Java/projects
Security and quality https://github.com/IBM/JSONata4Java/security
Insights https://github.com/IBM/JSONata4Java/pulse
[] On parent makes arrays on subitems alsohttps://github.com/IBM/JSONata4Java/issues/290#top
https://github.com/ZeroWiggliness
ZeroWigglinesshttps://github.com/ZeroWiggliness
on Nov 24, 2023https://github.com/IBM/JSONata4Java/issues/290#issue-2009585937
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.