hmans / indiepants

IndiePants, aka Pants Phase 2. A clean indieweb-like implementation.
13 stars 1 forks source link

[#29][NEW] Added support for JSON-LD user data. #69

Open czottmann opened 9 years ago

czottmann commented 9 years ago

Added #user_data_from_json_ld which will search for and parse <script type="application/json+ld"> tags in a document. The method is run as a fallback to #user_data_from_microformats. Added a test case.