Merge pull request #4 from tinnus-napbus/change-json-link

change json link to urbit.org guide
This commit is contained in:
tinnus-napbus 2021-10-23 16:46:03 +13:00 committed by GitHub
commit 47f4d66b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ courses:
description: The vane eyre allows clients to interact with Urbit over an HTTP interface. Urbits architecture is organized around command query responsibility segregation (CQRS), which makes heavy use of pub/sub patterns. Working with this API is different than more typical request/response architecture, and this guide gives you a comprehensive overview of how to do so.
- title: Guide to Working with JSON
course: Urbit 201
link: https://github.com/urbit/urbit.org/pull/1131
link: https://urbit.org/docs/hoon/guides/json-guide
description: JSON is a dynamically-defined datastructure, and Hoon is a statically-typed language, which means that the two dont play together really well. This guide gives a comprehensive overview of how to parse and serialize JSON from Hoon.
- title: Software Distribution Guide
course: Urbit 201