René's URL Explorer Experiment


Title: Support for nested collections · Issue #9 · calebd/CMDQueryStringSerialization · GitHub

Open Graph Title: Support for nested collections · Issue #9 · calebd/CMDQueryStringSerialization

X Title: Support for nested collections · Issue #9 · calebd/CMDQueryStringSerialization

Description: All three of the following tests dealing with nested collections fail, even under 0.3.0. NSString *RKURLEncodedStringFromDictionaryWithEncoding(NSDictionary *dictionary, NSStringEncoding encoding) { return [CMDQueryStringSerialization qu...

Open Graph Description: All three of the following tests dealing with nested collections fail, even under 0.3.0. NSString *RKURLEncodedStringFromDictionaryWithEncoding(NSDictionary *dictionary, NSStringEncoding encoding) ...

X Description: All three of the following tests dealing with nested collections fail, even under 0.3.0. NSString *RKURLEncodedStringFromDictionaryWithEncoding(NSDictionary *dictionary, NSStringEncoding encoding) ...

Opengraph URL: https://github.com/calebd/CMDQueryStringSerialization/issues/9

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Support for nested collections","articleBody":"All three of the following tests dealing with nested collections fail, even under `0.3.0`.\n\n``` objc\nNSString *RKURLEncodedStringFromDictionaryWithEncoding(NSDictionary *dictionary, NSStringEncoding encoding)\n{\n    return [CMDQueryStringSerialization queryStringWithDictionary:dictionary];\n}\n\n- (void)testShouldEncodeDictionaries\n{\n    NSDictionary *subDictionary = [NSDictionary dictionaryWithObject:@\"value1\" forKey:@\"key1\"];\n    NSDictionary *dictionary = [NSDictionary dictionaryWithObject:subDictionary forKey:@\"aDictionary\"];\n    NSString *expected = @\"aDictionary[key1]=value1\";\n    NSString *actual = RKURLEncodedStringFromDictionaryWithEncoding(dictionary, NSUTF8StringEncoding);\n    expect(actual).to.equal(expected);\n}\n\n- (void)testShouldEncodeArrayOfDictionaries\n{\n    NSDictionary *dictA = @{@\"a\": @\"x\", @\"b\": @\"y\"};\n    NSDictionary *dictB = @{@\"a\": @\"1\", @\"b\": @\"2\"};\n\n    NSArray *array = [NSArray arrayWithObjects:dictA, dictB, nil];\n    NSDictionary *dictRoot = @{@\"root\" : array};\n\n    NSString *expected = @\"root[][a]=x\u0026root[][b]=y\u0026root[][a]=1\u0026root[][b]=2\";\n    NSString *actual = RKURLEncodedStringFromDictionaryWithEncoding(dictRoot, NSUTF8StringEncoding);\n    expect(actual).to.equal(expected);\n}\n\n- (void)testShouldEncodeRecursiveArrays\n{\n    NSArray *recursiveArray3 = [NSArray arrayWithObjects:@\"item1\", @\"item2\", nil];\n    NSArray *recursiveArray2 = [NSArray arrayWithObject:recursiveArray3];\n    NSArray *recursiveArray1 = [NSArray arrayWithObject:recursiveArray2];\n    NSDictionary *dictionary = [NSDictionary dictionaryWithObject:recursiveArray1 forKey:@\"recursiveArray\"];\n    NSString *expected = @\"recursiveArray[][][]=item1\u0026recursiveArray[][][]=item2\";\n    NSString *actual = RKURLEncodedStringFromDictionaryWithEncoding(dictionary, NSUTF8StringEncoding);\n    expect(actual).to.equal(expected);\n}\n```\n","author":{"url":"https://github.com/segiddins","@type":"Person","name":"segiddins"},"datePublished":"2014-07-16T00:07:05.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/9/CMDQueryStringSerialization/issues/9"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6f0611a3-4026-9e68-a085-9bcc8028ffa6
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idEA6C:F4AD3:6C4FE5:89F6BB:6974498D
html-safe-noncec39b8116f85d2a7c82e27579b13ce4aa24215c72b84c9a8a5320d0ef39c098b5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQTZDOkY0QUQzOjZDNEZFNTo4OUY2QkI6Njk3NDQ5OEQiLCJ2aXNpdG9yX2lkIjoiMjYzOTg0MjI4MDkyMjY5NjA3NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaccbe07d4884bb7ab0512174fa8c174e3ee830e7293980364fdef6ba34b4fa0213
hovercard-subject-tagissue:37938227
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/calebd/CMDQueryStringSerialization/9/issue_layout
twitter:imagehttps://opengraph.githubassets.com/871ed3a20c5eb0a31d5eb568aa6748fd87d293ff4c811aed20f49f0c5a7e3eb4/calebd/CMDQueryStringSerialization/issues/9
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/871ed3a20c5eb0a31d5eb568aa6748fd87d293ff4c811aed20f49f0c5a7e3eb4/calebd/CMDQueryStringSerialization/issues/9
og:image:altAll three of the following tests dealing with nested collections fail, even under 0.3.0. NSString *RKURLEncodedStringFromDictionaryWithEncoding(NSDictionary *dictionary, NSStringEncoding encoding) ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesegiddins
hostnamegithub.com
expected-hostnamegithub.com
Nonee0b95d743b7672c9ac0e1032d5f117950182dc164a83434a7db86510e8f0b37c
turbo-cache-controlno-preview
go-importgithub.com/calebd/CMDQueryStringSerialization git https://github.com/calebd/CMDQueryStringSerialization.git
octolytics-dimension-user_id1761121
octolytics-dimension-user_logincalebd
octolytics-dimension-repository_id16118552
octolytics-dimension-repository_nwocalebd/CMDQueryStringSerialization
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id16118552
octolytics-dimension-repository_network_root_nwocalebd/CMDQueryStringSerialization
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
release56fe7e2e8de6e57740bca50402351ea656f7a4bf
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/issues/9#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcalebd%2FCMDQueryStringSerialization%2Fissues%2F9
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcalebd%2FCMDQueryStringSerialization%2Fissues%2F9
Sign up https://patch-diff.githubusercontent.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=calebd%2FCMDQueryStringSerialization
Reloadhttps://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/issues/9
Reloadhttps://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/issues/9
Reloadhttps://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/issues/9
calebd https://patch-diff.githubusercontent.com/calebd
CMDQueryStringSerializationhttps://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fcalebd%2FCMDQueryStringSerialization
Fork 14 https://patch-diff.githubusercontent.com/login?return_to=%2Fcalebd%2FCMDQueryStringSerialization
Star 135 https://patch-diff.githubusercontent.com/login?return_to=%2Fcalebd%2FCMDQueryStringSerialization
Code https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization
Issues 2 https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/issues
Pull requests 1 https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/pulls
Actions https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/actions
Projects 0 https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/projects
Wiki https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/wiki
Security 0 https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/security
Insights https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/pulse
Code https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization
Issues https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/issues
Pull requests https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/pulls
Actions https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/actions
Projects https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/projects
Wiki https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/wiki
Security https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/security
Insights https://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/pulse
Support for nested collectionshttps://patch-diff.githubusercontent.com/calebd/CMDQueryStringSerialization/issues/9#top
https://github.com/segiddins
https://github.com/segiddins
segiddinshttps://github.com/segiddins
on Jul 16, 2014https://github.com/calebd/CMDQueryStringSerialization/issues/9#issue-37938227
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.